Classes | |
| class | AEHConfigFlow |
Functions | |
| dict[str, str]|None | validate_data (dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| BASE_SCHEMA | |
| CONN_STRING_SCHEMA | |
| dictionary | OPTIONS_FLOW |
| OPTIONS_SCHEMA | |
| SAS_SCHEMA | |
Config flow for azure_event_hub integration.
| dict[str, str] | None homeassistant.components.azure_event_hub.config_flow.validate_data | ( | dict[str, Any] | data | ) |
Validate the input.
Definition at line 69 of file config_flow.py.
|
private |
Definition at line 36 of file config_flow.py.
| homeassistant.components.azure_event_hub.config_flow.BASE_SCHEMA |
Definition at line 38 of file config_flow.py.
| homeassistant.components.azure_event_hub.config_flow.CONN_STRING_SCHEMA |
Definition at line 45 of file config_flow.py.
| dictionary homeassistant.components.azure_event_hub.config_flow.OPTIONS_FLOW |
Definition at line 64 of file config_flow.py.
| homeassistant.components.azure_event_hub.config_flow.OPTIONS_SCHEMA |
Definition at line 59 of file config_flow.py.
| homeassistant.components.azure_event_hub.config_flow.SAS_SCHEMA |
Definition at line 51 of file config_flow.py.