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

Public Member Functions

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

Public Attributes

 client
 
 default_recipients
 
 sender
 

Detailed Description

Send Notifications to Sinch SMS recipients.

Definition at line 61 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.sinch.notify.SinchNotificationService.__init__ (   self,
  config 
)
Initialize the service.

Definition at line 64 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.sinch.notify.SinchNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a message to a user.

Definition at line 70 of file notify.py.

Member Data Documentation

◆ client

homeassistant.components.sinch.notify.SinchNotificationService.client

Definition at line 68 of file notify.py.

◆ default_recipients

homeassistant.components.sinch.notify.SinchNotificationService.default_recipients

Definition at line 66 of file notify.py.

◆ sender

homeassistant.components.sinch.notify.SinchNotificationService.sender

Definition at line 67 of file notify.py.


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