Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | InvalidHost |
| class | Isy994ConfigFlow |
| class | OptionsFlowHandler |
Functions | |
| vol.Schema | _data_schema (dict[str, str] schema_input) |
| dict[str, str] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for Universal Devices ISY/IoX integration.
|
private |
Generate schema with defaults.
Definition at line 56 of file config_flow.py.
| dict[str, str] homeassistant.components.isy994.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from DATA_SCHEMA with values provided by the user.
Definition at line 69 of file config_flow.py.
|
private |
Definition at line 53 of file config_flow.py.