core/homeassistant/components/harmony/services.yaml

26 lines
514 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
example: "200"
selector:
number:
min: 1
max: 100000