Classes | |
| class | CannotConnect |
| class | FloConfigFlow |
Functions | |
| def | validate_input (HomeAssistant hass, data) |
Variables | |
| DATA_SCHEMA | |
Config flow for flo integration.
| def homeassistant.components.flo.config_flow.validate_input | ( | HomeAssistant | hass, |
| 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 22 of file config_flow.py.
| homeassistant.components.flo.config_flow.DATA_SCHEMA |
Definition at line 17 of file config_flow.py.