Classes | |
| class | AuroraABBConfigFlow |
Functions | |
| tuple[list[str]|None, str|None] | scan_comports () |
| dict[str, str] | validate_and_connect (HomeAssistant hass, Mapping[str, Any] data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Config flow for Aurora ABB PowerOne integration.
| tuple[list[str] | None, str | None] homeassistant.components.aurora_abb_powerone.config_flow.scan_comports | ( | ) |
Find and store available com ports for the GUI dropdown.
Definition at line 60 of file config_flow.py.
| dict[str, str] homeassistant.components.aurora_abb_powerone.config_flow.validate_and_connect | ( | HomeAssistant | hass, |
| Mapping[str, Any] | data | ||
| ) |
Validate the user input allows us to connect. Data has the keys from DATA_SCHEMA with values provided by the user.
Definition at line 30 of file config_flow.py.
|
private |
Definition at line 27 of file config_flow.py.