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