Send Notifications to Sinch SMS recipients.
Definition at line 61 of file notify.py.
◆ __init__()
| def homeassistant.components.sinch.notify.SinchNotificationService.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
Initialize the service.
Definition at line 64 of file notify.py.
◆ send_message()
| def homeassistant.components.sinch.notify.SinchNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 70 of file notify.py.
◆ client
| homeassistant.components.sinch.notify.SinchNotificationService.client |
◆ default_recipients
| homeassistant.components.sinch.notify.SinchNotificationService.default_recipients |
◆ sender
| homeassistant.components.sinch.notify.SinchNotificationService.sender |
The documentation for this class was generated from the following file:
- core/homeassistant/components/sinch/notify.py