Implement the notification service for the Dovado SMS component.
Definition at line 25 of file notify.py.
◆ __init__()
| def homeassistant.components.dovado.notify.DovadoSMSNotificationService.__init__ |
( |
|
self, |
|
|
|
client |
|
) |
| |
Initialize the service.
Definition at line 28 of file notify.py.
◆ send_message()
| def homeassistant.components.dovado.notify.DovadoSMSNotificationService.send_message |
( |
|
self, |
|
|
|
message, |
|
|
** |
kwargs |
|
) |
| |
Send SMS to the specified target phone number.
Definition at line 32 of file notify.py.
◆ _client
| homeassistant.components.dovado.notify.DovadoSMSNotificationService._client |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/dovado/notify.py