hass-core/homeassistant/components/matrix/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

9 lines
293 B
YAML

send_message:
description: Send message to target room(s)
fields:
message:
description: The message to be sent.
example: This is a message I am sending to matrix
target:
description: A list of room(s) to send the message to.
example: "#hasstest:matrix.org"