Classes | |
| class | NukiConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| REAUTH_SCHEMA | |
| USER_SCHEMA | |
Config flow to configure the Nuki integration.
| dict[str, Any] homeassistant.components.nuki.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from USER_SCHEMA with values provided by the user.
Definition at line 38 of file config_flow.py.
|
private |
Definition at line 20 of file config_flow.py.
| homeassistant.components.nuki.config_flow.REAUTH_SCHEMA |
Definition at line 30 of file config_flow.py.
| homeassistant.components.nuki.config_flow.USER_SCHEMA |
Definition at line 22 of file config_flow.py.