Classes | |
| class | ServiceBusNotificationService |
Functions | |
| ServiceBusNotificationService|None | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_ASB_MESSAGE = "message" |
| string | ATTR_ASB_TARGET = "target" |
| string | ATTR_ASB_TITLE = "title" |
| string | CONF_CONNECTION_STRING = "connection_string" |
| string | CONF_QUEUE_NAME = "queue" |
| string | CONF_TOPIC_NAME = "topic" |
| PLATFORM_SCHEMA | |
Support for azure service bus notification.
| ServiceBusNotificationService | None homeassistant.components.azure_service_bus.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.azure_service_bus.notify.ATTR_ASB_MESSAGE = "message" |
| string homeassistant.components.azure_service_bus.notify.ATTR_ASB_TARGET = "target" |
| string homeassistant.components.azure_service_bus.notify.ATTR_ASB_TITLE = "title" |
| string homeassistant.components.azure_service_bus.notify.CONF_CONNECTION_STRING = "connection_string" |
| string homeassistant.components.azure_service_bus.notify.CONF_QUEUE_NAME = "queue" |
| string homeassistant.components.azure_service_bus.notify.CONF_TOPIC_NAME = "topic" |
| homeassistant.components.azure_service_bus.notify.PLATFORM_SCHEMA |