Added Post Processing Jobs to NZBGet component (#11279)

This adds the documentation for an extra sensor entry for the number of
post-processing jobs in the NZBGet component.
This commit is contained in:
Alex van den Hoogen 2019-11-26 21:51:29 +01:00 committed by Franck Nijhof
parent 4ce142f47c
commit a0c99f0877

View File

@ -62,6 +62,7 @@ This component will create these sensors:
- `nzbget_speed`: Current download rate in MB/s.
- `nzbget_queue_size`: Remaining size to download in MB.
- `nzbget_disk_free`: Free disk space at the storage location of NZBGet.
- `nzbget_post_processing_jobs`: Number of Par-Jobs or Post-processing script jobs in the post-processing queue.
- `nzbget_post_processing_paused`: Whether post processing is paused.
- `nzbget_uptime`: NZBGet server uptime.
- `nzbget_size`: Amount of data downloaded since server start in MB.