mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix nzbget configuration (#6752)
* Fix nzbget configuration * Fix stupidness
This commit is contained in:
parent
e74d12ff57
commit
ca98712887
@ -28,22 +28,55 @@ sensor:
|
|||||||
- download_paused
|
- download_paused
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): IP address where your NZBGet installation is running.
|
required: true
|
||||||
- **port** (*Optional*): The port of your NZBGet installation. Defaults to 6789.
|
type: string
|
||||||
- **ssl** (*Optional*): Whether or not to use SSL to access NZBGet. Defaults to false.
|
description: IP address where your NZBGet installation is running.
|
||||||
- **name** (*Optional*): The prefix to use for your sensor. Defaults to NZBGet.
|
port:
|
||||||
- **username** (*Optional*): The username to access your NZBGet installation.
|
required: false
|
||||||
- **password** (*Optional*): The password to access your NZBGet installation.
|
type: integer
|
||||||
- **monitored_variables** array (*Required*): List of monitored details.
|
description: The port of your NZBGet installation.
|
||||||
- **article_cache**: Number of cached articles.
|
default: 6789
|
||||||
- **average_download_rate**: Average download rate
|
ssl:
|
||||||
- **download_paused**: Paused downloads
|
required: false
|
||||||
- **download_rate**: Current download rate
|
type: boolean
|
||||||
- **download_size**: The size to download
|
description: Whether or not to use SSL to access NZBGet.
|
||||||
- **free_disk_space**: Free disk space at the storage location of NZBGet
|
default: false
|
||||||
- **post_paused**: Paused posts
|
name:
|
||||||
- **remaining_size**: Remaining size to download
|
required: false
|
||||||
- **uptime**: Uptime of NZBGet
|
type: string
|
||||||
|
description: The prefix to use for your sensor.
|
||||||
|
default: NZBGet
|
||||||
|
username:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: The username to access your NZBGet installation.
|
||||||
|
password:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
description: The password to access your NZBGet installation.
|
||||||
|
monitored_variables:
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
description: List of monitored details.
|
||||||
|
keys:
|
||||||
|
article_cache:
|
||||||
|
description: Number of cached articles.
|
||||||
|
average_download_rate:
|
||||||
|
description: Average download rate
|
||||||
|
download_paused:
|
||||||
|
description: Paused downloads
|
||||||
|
download_rate:
|
||||||
|
description: Current download rate
|
||||||
|
download_size:
|
||||||
|
description: The size to download
|
||||||
|
free_disk_space:
|
||||||
|
description: Free disk space at the storage location of NZBGet
|
||||||
|
post_paused:
|
||||||
|
description: Paused posts
|
||||||
|
remaining_size:
|
||||||
|
description: Remaining size to download
|
||||||
|
uptime:
|
||||||
|
description: Uptime of NZBGet
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user