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

Variables

string CONF_ADX_CLUSTER_INGEST_URI = "cluster_ingest_uri"
 
string CONF_ADX_DATABASE_NAME = "database"
 
string CONF_ADX_TABLE_NAME = "table"
 
string CONF_APP_REG_ID = "client_id"
 
string CONF_APP_REG_SECRET = "client_secret"
 
string CONF_AUTHORITY_ID = "authority_id"
 
string CONF_FILTER = "filter"
 
string CONF_MAX_DELAY = "max_delay"
 
string CONF_SEND_INTERVAL = "send_interval"
 
string CONF_USE_QUEUED_CLIENT = "use_queued_ingestion"
 
string DOMAIN = "azure_data_explorer"
 
tuple FILTER_STATES = (STATE_UNKNOWN, STATE_UNAVAILABLE)
 
 int
 
string STEP_USER = "user"
 

Detailed Description

Constants for the Azure Data Explorer integration.

Variable Documentation

◆ CONF_ADX_CLUSTER_INGEST_URI

string homeassistant.components.azure_data_explorer.const.CONF_ADX_CLUSTER_INGEST_URI = "cluster_ingest_uri"

Definition at line 11 of file const.py.

◆ CONF_ADX_DATABASE_NAME

string homeassistant.components.azure_data_explorer.const.CONF_ADX_DATABASE_NAME = "database"

Definition at line 12 of file const.py.

◆ CONF_ADX_TABLE_NAME

string homeassistant.components.azure_data_explorer.const.CONF_ADX_TABLE_NAME = "table"

Definition at line 13 of file const.py.

◆ CONF_APP_REG_ID

string homeassistant.components.azure_data_explorer.const.CONF_APP_REG_ID = "client_id"

Definition at line 14 of file const.py.

◆ CONF_APP_REG_SECRET

string homeassistant.components.azure_data_explorer.const.CONF_APP_REG_SECRET = "client_secret"

Definition at line 15 of file const.py.

◆ CONF_AUTHORITY_ID

string homeassistant.components.azure_data_explorer.const.CONF_AUTHORITY_ID = "authority_id"

Definition at line 16 of file const.py.

◆ CONF_FILTER

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

Definition at line 19 of file const.py.

◆ CONF_MAX_DELAY

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

Definition at line 18 of file const.py.

◆ CONF_SEND_INTERVAL

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

Definition at line 17 of file const.py.

◆ CONF_USE_QUEUED_CLIENT

string homeassistant.components.azure_data_explorer.const.CONF_USE_QUEUED_CLIENT = "use_queued_ingestion"

Definition at line 20 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ FILTER_STATES

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

Definition at line 29 of file const.py.

◆ int

homeassistant.components.azure_data_explorer.const.int

Definition at line 24 of file const.py.

◆ STEP_USER

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

Definition at line 21 of file const.py.