mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add services description for sabnzbd component (#28252)
This commit is contained in:
parent
1dfb67f0c5
commit
3a9e3ce857
@ -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
|
Loading…
x
Reference in New Issue
Block a user