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" |
Config flow for Enphase Envoy integration.
| 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.
|
private |
Definition at line 35 of file config_flow.py.
| string homeassistant.components.enphase_envoy.config_flow.CONF_SERIAL = "serial" |
Definition at line 39 of file config_flow.py.
| string homeassistant.components.enphase_envoy.config_flow.ENVOY = "Envoy" |
Definition at line 37 of file config_flow.py.
| string homeassistant.components.enphase_envoy.config_flow.INSTALLER_AUTH_USERNAME = "installer" |
Definition at line 41 of file config_flow.py.