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

Classes

class  EnphaseConfigFlow
 
class  EnvoyOptionsFlowHandler
 

Functions

Envoy validate_input (HomeAssistant hass, str host, str username, str password)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_SERIAL = "serial"
 
string ENVOY = "Envoy"
 
string INSTALLER_AUTH_USERNAME = "installer"
 

Detailed Description

Config flow for Enphase Envoy integration.

Function Documentation

◆ validate_input()

Envoy homeassistant.components.enphase_envoy.config_flow.validate_input ( HomeAssistant  hass,
str  host,
str  username,
str   password 
)
Validate the user input allows us to connect.

Definition at line 44 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file config_flow.py.

◆ CONF_SERIAL

string homeassistant.components.enphase_envoy.config_flow.CONF_SERIAL = "serial"

Definition at line 39 of file config_flow.py.

◆ ENVOY

string homeassistant.components.enphase_envoy.config_flow.ENVOY = "Envoy"

Definition at line 37 of file config_flow.py.

◆ INSTALLER_AUTH_USERNAME

string homeassistant.components.enphase_envoy.config_flow.INSTALLER_AUTH_USERNAME = "installer"

Definition at line 41 of file config_flow.py.