Files
homeassistant-core/homeassistant/components/velbus/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

19 lines
685 B
YAML

sync_clock:
description: Sync the velbus modules clock to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink
set_memo_text:
description: >
Set the memo text to the display of modules like VMBGPO, VMBGPOD
Be sure the page(s) of the module is configured to display the memo text.
fields:
address:
description: >
The module address in decimal format.
The decimal addresses are displayed in front of the modules listed at the integration page.
example: "11"
memo_text:
description: >
The actual text to be displayed.
Text is limited to 64 characters.
example: "Do not forget trash"