hass-core/homeassistant/components/omnilogic/services.yaml
tkdrob 028a07d86f
Wrap up selectors ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

16 lines
365 B
YAML

set_pump_speed:
name: Set pump speed
description: Set the run speed of a variable speed pump.
target:
entity:
integration: omnilogic
domain: switch
fields:
speed:
name: Speed
description: Speed for the VSP between min and max speed.
required: true
selector:
number:
min: 0
max: 100000