mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add services description for sabnzbd component (#28252)
This commit is contained in:
committed by
Charles Garwood
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
|
||||
|
Reference in New Issue
Block a user