Franck Nijhof 3b07f98388
Add generic config flow block (#16508)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-02-16 07:24:37 +01:00

1.1 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_config_flow, ha_codeowners, ha_quality_scale, ha_platforms
title description ha_category ha_release ha_iot_class ha_domain ha_config_flow ha_codeowners ha_quality_scale ha_platforms
Sonarr Instructions on how to integrate Sonarr with Home Assistant
Downloading
0.34 Local Polling sonarr true
@ctalkington
silver
sensor

The Sonarr integration pulls data from a given Sonarr instance.

{% include integrations/config_flow.md %}

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.