Implement the notification service for the Twilio SMS service.
Definition at line 51 of file notify.py.
◆ __init__()
| def homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.__init__ |
( |
|
self, |
|
|
|
twilio_client, |
|
|
|
from_number |
|
) |
| |
Initialize the service.
Definition at line 54 of file notify.py.
◆ send_message()
| def homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send SMS to specified target user cell.
Definition at line 59 of file notify.py.
◆ client
| homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.client |
◆ from_number
| homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.from_number |
The documentation for this class was generated from the following file:
- core/homeassistant/components/twilio_sms/notify.py