Files
core/homeassistant/components/matrix/services.yaml
T
2021-03-18 11:30:38 -07:00

13 lines
442 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"
data:
description: Extended information of notification. Supports list of images. Optional.
example: "{'images': ['/tmp/test.jpg']}"