Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | MissingNASwebData |
| class | MissingNASwebStatus |
| class | NASwebConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | NASWEB_SCHEMA_IMG_URL |
| STEP_USER_DATA_SCHEMA | |
Config flow for NASweb integration.
| dict[str, Any] homeassistant.components.nasweb.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate user-provided data.
Definition at line 39 of file config_flow.py.
|
private |
Definition at line 28 of file config_flow.py.
| tuple homeassistant.components.nasweb.config_flow.NASWEB_SCHEMA_IMG_URL |
Definition at line 24 of file config_flow.py.
| homeassistant.components.nasweb.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 30 of file config_flow.py.