Classes | |
| class | CannotConnect |
| class | InvalidAuth |
| class | SwitchBeeConfigFlow |
Functions | |
| str | validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_USER_DATA_SCHEMA | |
Config flow for SwitchBee Smart Home integration.
| str homeassistant.components.switchbee.config_flow.validate_input | ( | HomeAssistant | hass, |
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect.
Definition at line 33 of file config_flow.py.
|
private |
Definition at line 22 of file config_flow.py.
| homeassistant.components.switchbee.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 24 of file config_flow.py.