Classes | |
| class | CannotConnect |
| class | FlumeConfigFlow |
| class | InvalidAuth |
Functions | |
| FlumeDeviceList | _validate_input (HomeAssistant hass, dict[str, Any] data, bool clear_token_file) |
| dict[str, Any] | validate_input (HomeAssistant hass, dict[str, Any] data, bool clear_token_file=False) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA | |
Config flow for flume integration.
|
private |
Validate in the executor.
Definition at line 43 of file config_flow.py.
| dict[str, Any] homeassistant.components.flume.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data, | ||
| bool | clear_token_file = False |
||
| ) |
Validate the user input allows us to connect. Data has the keys from DATA_SCHEMA with values provided by the user.
Definition at line 64 of file config_flow.py.
|
private |
Definition at line 26 of file config_flow.py.
| homeassistant.components.flume.config_flow.DATA_SCHEMA |
Definition at line 33 of file config_flow.py.