1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/omnilogic/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

17 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