diff --git a/atom.xml b/atom.xml index b07ac80921..dffe842451 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The NZBGet
platform will allow you to monitor your downloads with NZBGet from within Home Assistant and setup automation based on the information.
The nzbget
platform will allow you to monitor your downloads with NZBGet 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:
# Example configuration.yaml entry sensor: - - platform: nzbget - base_url: http://192.168.1.18:6789 - username: apiuser - password: apipass - monitored_variables: - - ArticleCacheMB - - DownloadRate - - DownloadPaused - - FreeDiskSpaceMB - - PostPaused - - RemainingSizeMB + platform: nzbget + base_url: http://192.168.1.18:6789 + username: apiuser + password: apipass + monitored_variables: + - ArticleCacheMB + - DownloadRate + - DownloadPaused + - FreeDiskSpaceMB + - PostPaused + - RemainingSizeMB
Configuration variables:
+ +