Go to the source code of this file.
Classes | |
| class | homeassistant.components.clicksend.notify.ClicksendNotificationService |
Namespaces | |
| homeassistant.components.clicksend.notify | |
Functions | |
| bool | homeassistant.components.clicksend.notify._authenticate (ConfigType config) |
| ClicksendNotificationService|None | homeassistant.components.clicksend.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.clicksend.notify._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.clicksend.notify.BASE_API_URL = "https://rest.clicksend.com/v3" |
| string | homeassistant.components.clicksend.notify.DEFAULT_SENDER = "hass" |
| dictionary | homeassistant.components.clicksend.notify.HEADERS = {"Content-Type": CONTENT_TYPE_JSON} |
| homeassistant.components.clicksend.notify.PLATFORM_SCHEMA | |
| int | homeassistant.components.clicksend.notify.TIMEOUT = 5 |