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

25 lines
493 B
YAML

sync:
name: Sync
description: Syncs the remote's configuration.
target:
entity:
integration: harmony
domain: remote
change_channel:
name: Change channel
description: Sends change channel command to the Harmony HUB
target:
entity:
integration: harmony
domain: remote
fields:
channel:
name: Channel
description: Channel number to change to
required: true
selector:
number:
min: 1
max: 100000