mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
add services.yaml description for matrix service (#29159)
This commit is contained in:
parent
b274fcba05
commit
82fe409961
@ -0,0 +1,9 @@
|
||||
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'
|
Loading…
x
Reference in New Issue
Block a user