Align nzbget sensor docs with code (#10788)

This commit is contained in:
chriscla 2019-10-15 03:46:45 -07:00 committed by Franck Nijhof
parent b86529d8a2
commit ebb00090b6

View File

@ -56,23 +56,23 @@ password:
This component will create these sensors: This component will create these sensors:
- `article_cache`: Number of cached articles. - `nzbget_article_cache`: Article cache size in MB.
- `average_download_rate`: Average download rate - `nzbget_average_speed`: Average download rate since server start in MB/s.
- `download_paused`: Paused downloads - `nzbget_download_paused`: Whether downloading is paused.
- `download_rate`: Current download rate - `nzbget_speed`: Current download rate in MB/s.
- `download_size`: The size to download - `nzbget_queue_size`: Remaining size to download in MB.
- `free_disk_space`: Free disk space at the storage location of NZBGet - `nzbget_disk_free`: Free disk space at the storage location of NZBGet.
- `post_paused`: Paused posts - `nzbget_post_processing_paused`: Whether post processing is paused.
- `remaining_size`: Remaining size to download - `nzbget_uptime`: NZBGet server uptime.
- `uptime`: Uptime of NZBGet - `nzbget_size`: Amount of data downloaded since server start in MB.
## Services ## Services
Available services: Available services:
- `pause`: Pause the download queue. - `pause`: Pause the download queue.
- `resume`: Resume the download queue. - `resume`: Resume the download queue.
- `set_speed`: Set the download queue speed limit. - `set_speed`: Set the download queue speed limit.
### Service `nzbget/set_speed` ### Service `nzbget/set_speed`