Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.clickatell.notify Namespace Reference

Classes

class  ClickatellNotificationService
 

Functions

ClickatellNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string BASE_API_URL = "https://platform.clickatell.com/messages/http/send"
 
string DEFAULT_NAME = "clickatell"
 
 PLATFORM_SCHEMA
 

Detailed Description

Clickatell platform for notify component.

Function Documentation

◆ get_service()

ClickatellNotificationService homeassistant.components.clickatell.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Clickatell notification service.

Definition at line 32 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.clickatell.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file notify.py.

◆ BASE_API_URL

string homeassistant.components.clickatell.notify.BASE_API_URL = "https://platform.clickatell.com/messages/http/send"

Definition at line 25 of file notify.py.

◆ DEFAULT_NAME

string homeassistant.components.clickatell.notify.DEFAULT_NAME = "clickatell"

Definition at line 23 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.clickatell.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_API_KEY): cv.string, vol.Required(CONF_RECIPIENT): cv.string}
3 )

Definition at line 27 of file notify.py.