mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix radarr configuration (#6753)
This commit is contained in:
parent
efc99cedfe
commit
e74d12ff57
@ -26,22 +26,61 @@ sensor:
|
|||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
api_key:
|
||||||
- **api_key** (*Required*): Your Radarr API key, found in Settings > General in the Radarr Web UI.
|
required: true
|
||||||
- **host** (*Optional*): The host Radarr is running on. Defaults to `localhost`.
|
type: string
|
||||||
- **port** (*Optional*): The port Radarr is running on. Defaults to 7878.
|
description: Your Radarr API key, found in Settings > General in the Radarr Web UI.
|
||||||
- **urlbase** (*Optional*): The base URL Radarr is running under. Defaults to `/`.
|
host:
|
||||||
- **monitored_conditions** array (*Optional*): Conditions to display on the frontend. Defaults to `movies`.
|
required: false
|
||||||
- **movies**: The number of movies in Radarr.
|
type: string
|
||||||
- **upcoming**: The number of upcoming movie releases (physical and in cinemas).
|
description: The host Radarr is running on.
|
||||||
- **commands**: The number of commands being run.
|
default: "`localhost`"
|
||||||
- **diskspace**: The available disk space.
|
port:
|
||||||
- **status**: The current system status information.
|
required: false
|
||||||
- **days** (*Optional*): How many days to look ahead for the upcoming sensor, 1 means today only. Defaults to 1.
|
type: integer
|
||||||
- **include_paths** (*Optional*): Array of file paths to include when calculating diskspace. Leave blank to include all.
|
description: The port Radarr is running on.
|
||||||
- **unit**: (*Optional*): The unit to display disk space in. Defaults to GB.
|
default: 7878
|
||||||
- **ssl**: boolean (*Optional*): Whether or not to use SSL for Radarr.
|
urlbase:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: The base URL Radarr is running under. Defaults to `/`.
|
||||||
|
monitored_conditions:
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
description: Conditions to display on the frontend.
|
||||||
|
default: "`movies`"
|
||||||
|
keys:
|
||||||
|
movies:
|
||||||
|
description: The number of movies in Radarr.
|
||||||
|
upcoming:
|
||||||
|
description: The number of upcoming movie releases (physical and in cinemas).
|
||||||
|
commands:
|
||||||
|
description: The number of commands being run.
|
||||||
|
diskspace:
|
||||||
|
description: The available disk space.
|
||||||
|
status:
|
||||||
|
description: The current system status information.
|
||||||
|
days:
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
description: How many days to look ahead for the upcoming sensor, 1 means today only.
|
||||||
|
default: 1
|
||||||
|
include_paths:
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
description: Array of file paths to include when calculating diskspace. Leave blank to include all.
|
||||||
|
unit:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: The unit to display disk space in.
|
||||||
|
default: GB
|
||||||
|
ssl:
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
description: Whether or not to use SSL for Radarr.
|
||||||
|
default: false
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user