Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.aurora_abb_powerone.config_flow Namespace Reference

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__)
 

Detailed Description

Config flow for Aurora ABB PowerOne integration.

Function Documentation

◆ scan_comports()

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.

◆ validate_and_connect()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.aurora_abb_powerone.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file config_flow.py.