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

Classes

class  PowerviewConfigFlow
 
class  UnsupportedDevice
 

Functions

dict[str, str] validate_input (HomeAssistant hass, str hub_address)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string HAP_SUFFIX = "._hap._tcp.local."
 
string POWERVIEW_G2_SUFFIX = "._powerview._tcp.local."
 
string POWERVIEW_G3_SUFFIX = "._PowerView-G3._tcp.local."
 

Detailed Description

Config flow for Hunter Douglas PowerView integration.

Function Documentation

◆ validate_input()

dict[str, str] homeassistant.components.hunterdouglas_powerview.config_flow.validate_input ( HomeAssistant  hass,
str  hub_address 
)
Validate the user input allows us to connect.

Data has the keys from DATA_SCHEMA with values provided by the user.

Definition at line 26 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file config_flow.py.

◆ HAP_SUFFIX

string homeassistant.components.hunterdouglas_powerview.config_flow.HAP_SUFFIX = "._hap._tcp.local."

Definition at line 21 of file config_flow.py.

◆ POWERVIEW_G2_SUFFIX

string homeassistant.components.hunterdouglas_powerview.config_flow.POWERVIEW_G2_SUFFIX = "._powerview._tcp.local."

Definition at line 22 of file config_flow.py.

◆ POWERVIEW_G3_SUFFIX

string homeassistant.components.hunterdouglas_powerview.config_flow.POWERVIEW_G3_SUFFIX = "._PowerView-G3._tcp.local."

Definition at line 23 of file config_flow.py.