Implement the notification service for SMS.
Definition at line 32 of file notify.py.
◆ __init__()
| def homeassistant.components.sms.notify.SMSNotificationService.__init__ |
( |
|
self, |
|
|
|
hass |
|
) |
| |
Initialize the service.
Definition at line 35 of file notify.py.
◆ async_send_message()
| def homeassistant.components.sms.notify.SMSNotificationService.async_send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send SMS message.
Definition at line 40 of file notify.py.
◆ hass
| homeassistant.components.sms.notify.SMSNotificationService.hass |
The documentation for this class was generated from the following file: