Go to the source code of this file.
Classes | |
| class | homeassistant.components.sinch.notify.SinchNotificationService |
Namespaces | |
| homeassistant.components.sinch.notify | |
Functions | |
| SinchNotificationService | homeassistant.components.sinch.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.sinch.notify._LOGGER = logging.getLogger(__name__) | |
| 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 | |