Implement the notification service for Rocket.Chat.
Definition at line 63 of file notify.py.
◆ __init__()
| def homeassistant.components.rocketchat.notify.RocketChatNotificationService.__init__ |
( |
|
self, |
|
|
|
url, |
|
|
|
username, |
|
|
|
password, |
|
|
|
room |
|
) |
| |
Initialize the service.
Definition at line 66 of file notify.py.
◆ send_message()
| def homeassistant.components.rocketchat.notify.RocketChatNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to Rocket.Chat.
Definition at line 72 of file notify.py.
◆ _room
| homeassistant.components.rocketchat.notify.RocketChatNotificationService._room |
|
private |
◆ _server
| homeassistant.components.rocketchat.notify.RocketChatNotificationService._server |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/rocketchat/notify.py