hass-core/homeassistant/components/harmony/services.yaml
Franck Nijhof 24840b54ac
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00

16 lines
474 B
YAML

sync:
description: Syncs the remote's configuration.
fields:
entity_id:
description: Name(s) of entities to sync.
example: "remote.family_room"
change_channel:
description: Sends change channel command to the Harmony HUB
fields:
entity_id:
description: Name(s) of Harmony remote entities to send change channel command to
example: "remote.family_room"
channel:
description: Channel number to change to
example: "200"