Send notifications to a Matrix room.
Definition at line 39 of file notify.py.
◆ __init__()
| None homeassistant.components.matrix.notify.MatrixNotificationService.__init__ |
( |
|
self, |
|
|
RoomID |
default_room |
|
) |
| |
Set up the Matrix notification service.
Definition at line 42 of file notify.py.
◆ send_message()
| None homeassistant.components.matrix.notify.MatrixNotificationService.send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send the message to the Matrix server.
Definition at line 46 of file notify.py.
◆ _default_room
| homeassistant.components.matrix.notify.MatrixNotificationService._default_room |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/matrix/notify.py