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

Variables

string DOMAIN = "enphase_envoy"
 
tuple INVALID_AUTH_ERRORS = (EnvoyAuthenticationError, EnvoyAuthenticationRequired)
 
string OPTION_DIAGNOSTICS_INCLUDE_FIXTURES = "diagnostics_include_fixtures"
 
bool OPTION_DIAGNOSTICS_INCLUDE_FIXTURES_DEFAULT_VALUE = False
 
string OPTION_DISABLE_KEEP_ALIVE = "disable_keep_alive"
 
bool OPTION_DISABLE_KEEP_ALIVE_DEFAULT_VALUE = False
 
list PLATFORMS
 

Detailed Description

The enphase_envoy component.

Variable Documentation

◆ DOMAIN

string homeassistant.components.enphase_envoy.const.DOMAIN = "enphase_envoy"

Definition at line 7 of file const.py.

◆ INVALID_AUTH_ERRORS

tuple homeassistant.components.enphase_envoy.const.INVALID_AUTH_ERRORS = (EnvoyAuthenticationError, EnvoyAuthenticationRequired)

Definition at line 17 of file const.py.

◆ OPTION_DIAGNOSTICS_INCLUDE_FIXTURES

string homeassistant.components.enphase_envoy.const.OPTION_DIAGNOSTICS_INCLUDE_FIXTURES = "diagnostics_include_fixtures"

Definition at line 19 of file const.py.

◆ OPTION_DIAGNOSTICS_INCLUDE_FIXTURES_DEFAULT_VALUE

bool homeassistant.components.enphase_envoy.const.OPTION_DIAGNOSTICS_INCLUDE_FIXTURES_DEFAULT_VALUE = False

Definition at line 20 of file const.py.

◆ OPTION_DISABLE_KEEP_ALIVE

string homeassistant.components.enphase_envoy.const.OPTION_DISABLE_KEEP_ALIVE = "disable_keep_alive"

Definition at line 22 of file const.py.

◆ OPTION_DISABLE_KEEP_ALIVE_DEFAULT_VALUE

bool homeassistant.components.enphase_envoy.const.OPTION_DISABLE_KEEP_ALIVE_DEFAULT_VALUE = False

Definition at line 23 of file const.py.

◆ PLATFORMS

list homeassistant.components.enphase_envoy.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.NUMBER,
4  Platform.SELECT,
5  Platform.SENSOR,
6  Platform.SWITCH,
7 ]

Definition at line 9 of file const.py.