Classes | |
| class | SchlageConfigFlow |
Functions | |
| tuple[str|None, dict[str, str]] | _authenticate (str username, str password) |
Variables | |
| STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str}) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Schlage integration.
|
private |
Authenticate with the Schlage API.
Definition at line 97 of file config_flow.py.
| homeassistant.components.schlage.config_flow.STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str}) |
Definition at line 20 of file config_flow.py.
| homeassistant.components.schlage.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 17 of file config_flow.py.