Classes | |
| class | PyLoadConfigFlow |
Functions | |
| None | validate_input (HomeAssistant hass, dict[str, Any] user_input) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| REAUTH_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for pyLoad integration.
| None homeassistant.components.pyload.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | user_input | ||
| ) |
Validate the user input and try to connect to PyLoad.
Definition at line 76 of file config_flow.py.
|
private |
Definition at line 35 of file config_flow.py.
| homeassistant.components.pyload.config_flow.REAUTH_SCHEMA |
Definition at line 58 of file config_flow.py.
| homeassistant.components.pyload.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 37 of file config_flow.py.