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." |
Config flow for Hunter Douglas PowerView integration.
| 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.
|
private |
Definition at line 19 of file config_flow.py.
| string homeassistant.components.hunterdouglas_powerview.config_flow.HAP_SUFFIX = "._hap._tcp.local." |
Definition at line 21 of file config_flow.py.
| string homeassistant.components.hunterdouglas_powerview.config_flow.POWERVIEW_G2_SUFFIX = "._powerview._tcp.local." |
Definition at line 22 of file config_flow.py.
| string homeassistant.components.hunterdouglas_powerview.config_flow.POWERVIEW_G3_SUFFIX = "._PowerView-G3._tcp.local." |
Definition at line 23 of file config_flow.py.