Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.azure_service_bus.notify.ServiceBusNotificationService
 

Namespaces

 homeassistant.components.azure_service_bus.notify
 

Functions

ServiceBusNotificationService|None homeassistant.components.azure_service_bus.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.azure_service_bus.notify._LOGGER = logging.getLogger(__name__)
 
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