hass-core/homeassistant/components/sabnzbd/services.yaml
Shai Ungar 8883f5482b
Sabnzbd config flow improvments (#70981)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-28 22:25:17 +02:00

37 lines
937 B
YAML

pause:
name: Pause
description: Pauses downloads.
fields:
api_key:
name: Sabnzbd API key
description: The Sabnzbd API key to pause downloads
required: true
selector:
text:
resume:
name: Resume
description: Resumes downloads.
fields:
api_key:
name: Sabnzbd API key
description: The Sabnzbd API key to resume downloads
required: true
selector:
text:
set_speed:
name: Set speed
description: Sets the download speed limit.
fields:
api_key:
name: Sabnzbd API key
description: The Sabnzbd API key to set speed limit
required: true
selector:
text:
speed:
name: 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
selector:
text: