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" |
Constants for the Azure Data Explorer integration.
| 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) |