1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/homeassistant/components/matrix/services.yaml
Jonathan Keslin a43368675e Add thread and reaction support to Matrix (#147165)
Co-authored-by: Paarth Shah <mail@shahpaarth.com>
2025-10-27 09:21:28 +01:00

50 lines
1.1 KiB
YAML

send_message:
fields:
message:
required: true
example: This is a message I am sending to matrix
selector:
text:
target:
required: true
example: "#hasstest:matrix.org"
selector:
text:
data:
example: "{'images': ['/tmp/test.jpg'], 'format': 'text', 'thread_id': '$-abcdeghij_klmnopqrstuvwxyz123'}"
selector:
object:
translation_key: send_message_data
fields:
images:
selector:
text:
multiple: true
format:
selector:
select:
options:
- text
- html
translation_key: send_message_data_format
thread_id:
selector:
text:
react:
fields:
reaction:
required: true
example: "👍"
selector:
text:
room:
required: true
example: "#hasstest:matrix.org"
selector:
text:
message_id:
required: true
example: "$-abcdeghij_klmnopqrstuvwxyz123"
selector:
text: