Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.azure_event_hub.const Namespace Reference

Variables

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

Detailed Description

Constants and shared schema for the Azure Event Hub integration.

Variable Documentation

◆ CONF_EVENT_HUB_CON_STRING

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_CON_STRING = "event_hub_connection_string"

Definition at line 16 of file const.py.

◆ CONF_EVENT_HUB_INSTANCE_NAME

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_INSTANCE_NAME = "event_hub_instance_name"

Definition at line 13 of file const.py.

◆ CONF_EVENT_HUB_NAMESPACE

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_NAMESPACE = "event_hub_namespace"

Definition at line 12 of file const.py.

◆ CONF_EVENT_HUB_SAS_KEY

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_SAS_KEY = "event_hub_sas_key"

Definition at line 15 of file const.py.

◆ CONF_EVENT_HUB_SAS_POLICY

string homeassistant.components.azure_event_hub.const.CONF_EVENT_HUB_SAS_POLICY = "event_hub_sas_policy"

Definition at line 14 of file const.py.

◆ CONF_FILTER

string homeassistant.components.azure_event_hub.const.CONF_FILTER = "filter"

Definition at line 19 of file const.py.

◆ CONF_MAX_DELAY

string homeassistant.components.azure_event_hub.const.CONF_MAX_DELAY = "max_delay"

Definition at line 18 of file const.py.

◆ CONF_SEND_INTERVAL

string homeassistant.components.azure_event_hub.const.CONF_SEND_INTERVAL = "send_interval"

Definition at line 17 of file const.py.

◆ CONF_USE_CONN_STRING

string homeassistant.components.azure_event_hub.const.CONF_USE_CONN_STRING = "use_connection_string"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.azure_event_hub.const.DOMAIN = "azure_event_hub"

Definition at line 9 of file const.py.

◆ FILTER_STATES

tuple homeassistant.components.azure_event_hub.const.FILTER_STATES = (STATE_UNKNOWN, STATE_UNAVAILABLE, "")

Definition at line 32 of file const.py.

◆ int

homeassistant.components.azure_event_hub.const.int

Definition at line 25 of file const.py.

◆ STEP_CONN_STRING

string homeassistant.components.azure_event_hub.const.STEP_CONN_STRING = "conn_string"

Definition at line 23 of file const.py.

◆ STEP_SAS

string homeassistant.components.azure_event_hub.const.STEP_SAS = "sas"

Definition at line 22 of file const.py.

◆ STEP_USER

string homeassistant.components.azure_event_hub.const.STEP_USER = "user"

Definition at line 21 of file const.py.