1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 05:34:15 +01:00
Files
core/homeassistant/components/matrix/services.yaml
T

25 lines
653 B
YAML

send_message:
name: Send message
description: Send message to target room(s)
fields:
message:
name: Message
description: The message to be sent.
required: true
example: This is a message I am sending to matrix
selector:
text:
target:
name: Target
description: A list of room(s) to send the message to.
required: true
example: "#hasstest:matrix.org"
selector:
text:
data:
name: Data
description: Extended information of notification. Supports list of images. Optional.
example: "{'images': ['/tmp/test.jpg']}"
selector:
object: