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

Public Member Functions

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

Public Attributes

 api_key
 
 language
 
 recipient
 
 username
 
 voice
 

Detailed Description

Implementation of a notification service for the ClickSend service.

Definition at line 73 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.__init__ (   self,
  config 
)
Initialize the service.

Definition at line 76 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a voice call to a user.

Definition at line 84 of file notify.py.

Member Data Documentation

◆ api_key

homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.api_key

Definition at line 79 of file notify.py.

◆ language

homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.language

Definition at line 81 of file notify.py.

◆ recipient

homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.recipient

Definition at line 80 of file notify.py.

◆ username

homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.username

Definition at line 78 of file notify.py.

◆ voice

homeassistant.components.clicksend_tts.notify.ClicksendNotificationService.voice

Definition at line 82 of file notify.py.


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