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

Public Member Functions

def __init__ (self, hass)
 
def async_send_message (self, message="", **kwargs)
 

Public Attributes

 hass
 

Detailed Description

Implement the notification service for SMS.

Definition at line 32 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.sms.notify.SMSNotificationService.__init__ (   self,
  hass 
)
Initialize the service.

Definition at line 35 of file notify.py.

Member Function Documentation

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

Member Data Documentation

◆ hass

homeassistant.components.sms.notify.SMSNotificationService.hass

Definition at line 38 of file notify.py.


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