Classes | |
| class | CanaryConfigFlow |
| class | CanaryOptionsFlowHandler |
Functions | |
| bool | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| Final | |
Config flow for Canary.
| bool homeassistant.components.canary.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 31 of file config_flow.py.
| homeassistant.components.canary.config_flow.Final |
Definition at line 28 of file config_flow.py.