Implement the notification service for the Twilio Call service.
Definition at line 45 of file notify.py.
◆ __init__()
| def homeassistant.components.twilio_call.notify.TwilioCallNotificationService.__init__ |
( |
|
self, |
|
|
|
twilio_client, |
|
|
|
from_number |
|
) |
| |
Initialize the service.
Definition at line 48 of file notify.py.
◆ send_message()
| def homeassistant.components.twilio_call.notify.TwilioCallNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Call to specified target users.
Definition at line 53 of file notify.py.
◆ client
| homeassistant.components.twilio_call.notify.TwilioCallNotificationService.client |
◆ from_number
| homeassistant.components.twilio_call.notify.TwilioCallNotificationService.from_number |
The documentation for this class was generated from the following file:
- core/homeassistant/components/twilio_call/notify.py