Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | NoAppliances |
| class | WhirlpoolConfigFlow |
Functions | |
| dict[str, str] | validate_input (HomeAssistant hass, dict[str, str] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| REAUTH_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Whirlpool Appliances integration.
| dict[str, str] homeassistant.components.whirlpool.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, str] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 43 of file config_flow.py.
|
private |
Definition at line 23 of file config_flow.py.
| homeassistant.components.whirlpool.config_flow.REAUTH_SCHEMA |
Definition at line 35 of file config_flow.py.
| homeassistant.components.whirlpool.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 26 of file config_flow.py.