Namespaces | |
| client | |
| config_flow | |
| const | |
Classes | |
| class | AzureDataExplorer |
| class | FilterTest |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType yaml_config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
The Azure Data Explorer integration.
| bool homeassistant.components.azure_data_explorer.async_setup | ( | HomeAssistant | hass, |
| ConfigType | yaml_config | ||
| ) |
Activate ADX component from yaml. Adds an empty filter to hass data. Tries to get a filter from yaml, if present set to hass data.
Definition at line 60 of file __init__.py.
| bool homeassistant.components.azure_data_explorer.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Do the setup based on the config entry and the filter from yaml.
Definition at line 74 of file __init__.py.
| bool homeassistant.components.azure_data_explorer.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 91 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.
| homeassistant.components.azure_data_explorer.CONFIG_SCHEMA |
Definition at line 38 of file __init__.py.