Radarr
The Radarr integration pulls data from a given Radarr instance. Your API key can be found in Settings > General in the Radarr Web UI.
此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。
Integration entities
Binary sensor
- Health: Shows if the Radarr instance is healthy. This is determined to have a problem if Radarr cannot communicate with any enabled download clients or no indexers are available for RSS feeds or searches.
Calendar
A calendar entity will also be created indicating the day of release and the type of release, such as Cinemas, Digital, or Physical.
A calendar entity will be created indicating the day of release and the type of release, such as Cinemas, Digital, or Physical.
Sensors
- Disk space: Shows the disk space available to Radarr in gigabytes. A separate sensor is created for each storage path configured in Radarr (for example:
sensor.radarr_disk_space_movies). - Movies: Shows the number of movies in the Radarr database. (disabled by default)
- Queue: The number of movies in the download queue. (disabled by default)
- Start time: The time when Radarr was last restarted. (disabled by default)
Actions
Action radarr.get_movies
Get the list of all movies in Radarr with their details and statistics.
Response data
The response is a dictionary with a single key movies containing a dictionary of movie objects indexed by movie title.
Example action
Example response
Action radarr.get_queue
Get all movies currently in the download queue with their progress and details.
Response data
The response is a dictionary with a single key movies containing a dictionary of queue item objects indexed by download title.

