Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.azure_data_explorer.const
 

Variables

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