Classes | |
| class | OptionsFlowHandler |
| class | ShellyConfigFlow |
Functions | |
| dict[str, Any] | validate_input (HomeAssistant hass, str host, int port, dict[str, Any] info, dict[str, Any] data) |
Variables | |
| list | BLE_SCANNER_OPTIONS |
| Final | |
| string | INTERNAL_WIFI_AP_IP = "192.168.33.1" |
Config flow for Shelly integration.
| dict[str, Any] homeassistant.components.shelly.config_flow.validate_input | ( | HomeAssistant | hass, |
| str | host, | ||
| int | port, | ||
| dict[str, Any] | info, | ||
| dict[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from CONFIG_SCHEMA with values provided by the user.
Definition at line 78 of file config_flow.py.
| list homeassistant.components.shelly.config_flow.BLE_SCANNER_OPTIONS |
Definition at line 69 of file config_flow.py.
| homeassistant.components.shelly.config_flow.Final |
Definition at line 61 of file config_flow.py.
| string homeassistant.components.shelly.config_flow.INTERNAL_WIFI_AP_IP = "192.168.33.1" |
Definition at line 75 of file config_flow.py.