Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | OptionsFlowHandler |
| class | RachioConfigFlow |
Functions | |
| def | validate_input (HomeAssistant hass, data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str}, extra=vol.ALLOW_EXTRA) | |
Config flow for Rachio integration.
| def homeassistant.components.rachio.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 38 of file config_flow.py.
|
private |
Definition at line 33 of file config_flow.py.
| homeassistant.components.rachio.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_API_KEY): str}, extra=vol.ALLOW_EXTRA) |
Definition at line 35 of file config_flow.py.