mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Fix configuration variable name in sonarr sensor : included_paths → include_paths (#2247)
* Fix configuration variable name in sonarr sensor : included_paths → include_paths * Fix variable name in example too.
This commit is contained in:
parent
8f86e331e2
commit
92457578a5
@ -40,7 +40,7 @@ Configuration variables:
|
||||
- **port** (*Optional*): The port Sonarr is running on (Default: 8989).
|
||||
- **urlbase** (*Optional*): The base URL Sonarr is running under (Default: /).
|
||||
- **days** (*Optional*): How many days to look ahead for the upcoming sensor, 1 means today only (Default: 1).
|
||||
- **included_paths** (*Optional*): Array of filepaths to include when calculating diskspace. Leave blank to include all.
|
||||
- **include_paths** (*Optional*): Array of filepaths to include when calculating diskspace. Leave blank to include all.
|
||||
- **unit**: (*Optional*): The unit to display disk space in (Default: GB).
|
||||
- **ssl**: boolean (*Optional*): Whether or not to use SSL for Sonarr.
|
||||
|
||||
@ -102,7 +102,7 @@ sensor:
|
||||
host: 192.168.1.8
|
||||
monitored_conditions:
|
||||
- diskspace
|
||||
included_paths:
|
||||
include_paths:
|
||||
- /tank/plex
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user