Classes | |
| class | SinchNotificationService |
Functions | |
| SinchNotificationService | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| ATTR_SENDER = CONF_SENDER | |
| string | CONF_DEFAULT_RECIPIENTS = "default_recipients" |
| string | CONF_SERVICE_PLAN_ID = "service_plan_id" |
| string | DEFAULT_SENDER = "Home Assistant" |
| string | DOMAIN = "sinch" |
| PLATFORM_SCHEMA | |
Support for Sinch notifications.
| SinchNotificationService homeassistant.components.sinch.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| homeassistant.components.sinch.notify.ATTR_SENDER = CONF_SENDER |
| string homeassistant.components.sinch.notify.CONF_DEFAULT_RECIPIENTS = "default_recipients" |
| string homeassistant.components.sinch.notify.CONF_SERVICE_PLAN_ID = "service_plan_id" |
| string homeassistant.components.sinch.notify.DEFAULT_SENDER = "Home Assistant" |
| string homeassistant.components.sinch.notify.DOMAIN = "sinch" |
| homeassistant.components.sinch.notify.PLATFORM_SCHEMA |