From 3a9e3ce857160c79d7c8b9e2395d30ea10875e06 Mon Sep 17 00:00:00 2001 From: Renaud Martinet Date: Tue, 29 Oct 2019 20:17:49 +0100 Subject: [PATCH] Add services description for sabnzbd component (#28252) --- homeassistant/components/sabnzbd/services.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/homeassistant/components/sabnzbd/services.yaml b/homeassistant/components/sabnzbd/services.yaml index e69de29bb2d..654cb50fa1e 100644 --- a/homeassistant/components/sabnzbd/services.yaml +++ b/homeassistant/components/sabnzbd/services.yaml @@ -0,0 +1,11 @@ +pause: + description: Pauses downloads. +resume: + description: Resumes downloads. +set_speed: + description: Sets the download speed limit. + fields: + speed: + description: Speed limit. If specified as a number with no units, will be interpreted as a percent. If units are provided (e.g., 500K) will be interpreted absolutely. + example: 100 + default: 100