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 | |
Clickatell platform for notify component.
| ClickatellNotificationService homeassistant.components.clickatell.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.clickatell.notify.BASE_API_URL = "https://platform.clickatell.com/messages/http/send" |
| string homeassistant.components.clickatell.notify.DEFAULT_NAME = "clickatell" |