From 9247c84a50ca0acca3edcfc431e6282b7f8fbe0a Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Sun, 4 Oct 2020 05:48:37 -0400 Subject: [PATCH] Rewrote Sonarr integration page (#14872) Co-authored-by: Franck Nijhof --- source/_integrations/sonarr.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_integrations/sonarr.markdown b/source/_integrations/sonarr.markdown index 99fac8d3655..d661a240d11 100644 --- a/source/_integrations/sonarr.markdown +++ b/source/_integrations/sonarr.markdown @@ -16,4 +16,20 @@ The `Sonarr` integration pulls data from a given [Sonarr](https://sonarr.tv/) in ## Configuration -Go to the integrations page in your configuration and click on new integration -> Sonarr. +To add Sonarr to Home Assistant, go to **Configuration** -> **Integrations** and click the + button in the bottom right corner. Search for Sonarr and follow the on-screen instructions to complete the setup. + +To retrieve your API key, open your Sonarr web interface and navigate to Settings then General tab. Your Sonarr API Key will be listed on this page under the Security section. + +## Sensors + +The Sonarr integration will add the following sensors: + +`sensor.sonarr_upcoming`: The number of upcoming episodes. + +The remaining five sensors are disabled by default and can be enabled on the device page. + +- `sensor.sonarr_commands`: The number of commands being run. +- `sensor.sonarr_disk_space`: Available disk space. +- `sensor.sonarr_queue`: The number of episodes in the queue. +- `sensor.sonarr_shows`: The number of series in Sonarr. +- `sensor.sonarr_wanted`: The number of episodes still wanted.