Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService Class Reference
Inheritance diagram for homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService:
[legend]
Collaboration diagram for homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService:
[legend]

Public Member Functions

def __init__ (self, twilio_client, from_number)
 
def send_message (self, message="", **kwargs)
 

Public Attributes

 client
 
 from_number
 

Detailed Description

Implement the notification service for the Twilio SMS service.

Definition at line 51 of file notify.py.

Constructor & Destructor Documentation

◆ __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.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ client

homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.client

Definition at line 56 of file notify.py.

◆ from_number

homeassistant.components.twilio_sms.notify.TwilioSMSNotificationService.from_number

Definition at line 57 of file notify.py.


The documentation for this class was generated from the following file: