Implementation of a notification service for Synology Chat.
Definition at line 46 of file notify.py.
◆ __init__()
| def homeassistant.components.synology_chat.notify.SynologyChatNotificationService.__init__ |
( |
|
self, |
|
|
|
resource, |
|
|
|
verify_ssl |
|
) |
| |
Initialize the service.
Definition at line 49 of file notify.py.
◆ send_message()
| def homeassistant.components.synology_chat.notify.SynologyChatNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 54 of file notify.py.
◆ _resource
| homeassistant.components.synology_chat.notify.SynologyChatNotificationService._resource |
|
private |
◆ _verify_ssl
| homeassistant.components.synology_chat.notify.SynologyChatNotificationService._verify_ssl |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/synology_chat/notify.py