From cacd810353069e986959d85bcdd9bfc5fec4fbce Mon Sep 17 00:00:00 2001 From: chriscla Date: Tue, 1 Oct 2019 17:30:22 -0700 Subject: [PATCH] Adding NZBGet queue control services (#10454) * Adding NZBGet queue control services * :pencil2: Tweak --- source/_integrations/nzbget.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_integrations/nzbget.markdown b/source/_integrations/nzbget.markdown index e862f4a1aa9..00f8ce07afb 100644 --- a/source/_integrations/nzbget.markdown +++ b/source/_integrations/nzbget.markdown @@ -8,7 +8,7 @@ ha_iot_class: Local Polling 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 and control your downloads with [NZBGet](http://NZBGet.net) from within Home Assistant and setup automation based on the information. ## Configuration @@ -65,3 +65,17 @@ This component will create these sensors: - `post_paused`: Paused posts - `remaining_size`: Remaining size to download - `uptime`: Uptime of NZBGet + +## Services + +Available services: + + - `pause`: Pause the download queue. + - `resume`: Resume the download queue. + - `set_speed`: Set the download queue speed limit. + +### Service `nzbget/set_speed` + +| Service data attribute | Optional | Description | +|------------------------|----------|-------------------------------------------------------------------------------------------------| +| `speed` | yes | Sets the download speed limit, specified in Kb/s. 0 disables the speed limit. Defaults to 1000. |