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

Public Member Functions

None __init__ (self, ConfigType config)
 
None send_message (self, str message="", **Any kwargs)
 

Detailed Description

Implementation of a notification service for the Clickatell service.

Definition at line 41 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.clickatell.notify.ClickatellNotificationService.__init__ (   self,
ConfigType  config 
)
Initialize the service.

Definition at line 44 of file notify.py.

Member Function Documentation

◆ send_message()

None homeassistant.components.clickatell.notify.ClickatellNotificationService.send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message to a user.

Definition at line 49 of file notify.py.


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