Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.azure_event_hub.const
 

Variables

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_CON_STRING = "event_hub_connection_string"
 
string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_INSTANCE_NAME = "event_hub_instance_name"
 
string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_NAMESPACE = "event_hub_namespace"
 
string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_SAS_KEY = "event_hub_sas_key"
 
string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_SAS_POLICY = "event_hub_sas_policy"
 
string homeassistant.components.azure_event_hub.const.CONF_FILTER = "filter"
 
string homeassistant.components.azure_event_hub.const.CONF_MAX_DELAY = "max_delay"
 
string homeassistant.components.azure_event_hub.const.CONF_SEND_INTERVAL = "send_interval"
 
string homeassistant.components.azure_event_hub.const.CONF_USE_CONN_STRING = "use_connection_string"
 
string homeassistant.components.azure_event_hub.const.DOMAIN = "azure_event_hub"
 
tuple homeassistant.components.azure_event_hub.const.FILTER_STATES = (STATE_UNKNOWN, STATE_UNAVAILABLE, "")
 
 homeassistant.components.azure_event_hub.const.int
 
string homeassistant.components.azure_event_hub.const.STEP_CONN_STRING = "conn_string"
 
string homeassistant.components.azure_event_hub.const.STEP_SAS = "sas"
 
string homeassistant.components.azure_event_hub.const.STEP_USER = "user"