diff options
author | Paul Hagedorn <panzer1119@gmail.com> | 2021-11-02 18:28:47 +0100 |
---|---|---|
committer | Paul Hagedorn <panzer1119@gmail.com> | 2021-11-02 18:28:47 +0100 |
commit | 0121fa8036caaa1f7136564a06da0e5aab697813 (patch) | |
tree | 968af558fd9fe30df737def897570d30f5c44931 /docs | |
parent | 754372579e1e048fb524413ba22dba4237d0c48c (diff) | |
download | homer-0121fa8036caaa1f7136564a06da0e5aab697813.tar.gz homer-0121fa8036caaa1f7136564a06da0e5aab697813.tar.zst homer-0121fa8036caaa1f7136564a06da0e5aab697813.zip |
docs: add Lidarr service to customservices.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customservices.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 3b3320d..311a4f2 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -65,18 +65,18 @@ Two lines are needed in the config.yml : | |||
65 | The url must be the root url of Medusa application. | 65 | The url must be the root url of Medusa application. |
66 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. | 66 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. |
67 | 67 | ||
68 | ## Sonarr/Radarr | 68 | ## Lidarr, Sonarr and Radarr |
69 | 69 | ||
70 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application. | 70 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. |
71 | Two lines are needed in the config.yml : | 71 | Two lines are needed in the config.yml : |
72 | 72 | ||
73 | ```yaml | 73 | ```yaml |
74 | type: "Radarr" or "Sonarr" | 74 | type: "Lidarr", "Radarr" or "Sonarr" |
75 | apikey: "01234deb70424befb1f4ef6a23456789" | 75 | apikey: "01234deb70424befb1f4ef6a23456789" |
76 | ``` | 76 | ``` |
77 | 77 | ||
78 | The url must be the root url of Radarr/Sonarr application. | 78 | The url must be the root url of Lidarr, Radarr or Sonarr application. |
79 | The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. | 79 | The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. |
80 | 80 | ||
81 | ## PaperlessNG | 81 | ## PaperlessNG |
82 | 82 | ||