mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add configuration variables
This commit is contained in:
parent
b740bbe031
commit
ff16e041ce
@ -12,22 +12,29 @@ ha_iot_class: "Local Polling"
|
|||||||
ha_release: 0.17
|
ha_release: 0.17
|
||||||
---
|
---
|
||||||
|
|
||||||
The `NZBGet` platform will allow you to monitor your downloads with [NZBGet](http://NZBGet.net) from within Home Assistant and setup automation based on the information.
|
The `nzbget` platform will allow you to monitor your downloads with [NZBGet](http://NZBGet.net) from within Home Assistant and setup automation based on the information.
|
||||||
|
|
||||||
To use NZBGet with your installation, add the following to your `configuration.yaml` file:
|
To use NZBGet with your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: nzbget
|
platform: nzbget
|
||||||
base_url: http://192.168.1.18:6789
|
base_url: http://192.168.1.18:6789
|
||||||
username: apiuser
|
username: apiuser
|
||||||
password: apipass
|
password: apipass
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- ArticleCacheMB
|
- ArticleCacheMB
|
||||||
- DownloadRate
|
- DownloadRate
|
||||||
- DownloadPaused
|
- DownloadPaused
|
||||||
- FreeDiskSpaceMB
|
- FreeDiskSpaceMB
|
||||||
- PostPaused
|
- PostPaused
|
||||||
- RemainingSizeMB
|
- RemainingSizeMB
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **base_url** (*Required*): The URL to your NZBGet installation.
|
||||||
|
- **username** (*Optional*): The username to access your NZBGet installation.
|
||||||
|
- **password** (*Optional*): The password to access your NZBGet installation.
|
||||||
|
- **monitored_variables** (*Required*): Array of monitored details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user