Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | MuteSyncConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required("host"): str}) | |
Config flow for mütesync integration.
| dict[str, Any] homeassistant.components.mutesync.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user.
Definition at line 22 of file config_flow.py.
| homeassistant.components.mutesync.config_flow.STEP_USER_DATA_SCHEMA = vol.Schema({vol.Required("host"): str}) |
Definition at line 19 of file config_flow.py.