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

Variables

string CONF_MODEL_FAMILY = "model_family"
 
string DEFAULT_NAME = "GoodWe"
 
string DOMAIN = "goodwe"
 
string KEY_COORDINATOR = "coordinator"
 
string KEY_DEVICE_INFO = "device_info"
 
string KEY_INVERTER = "inverter"
 
list PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SELECT, Platform.SENSOR]
 
 SCAN_INTERVAL = timedelta(seconds=10)
 

Detailed Description

Constants for the Goodwe component.

Variable Documentation

◆ CONF_MODEL_FAMILY

string homeassistant.components.goodwe.const.CONF_MODEL_FAMILY = "model_family"

Definition at line 14 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.goodwe.const.DEFAULT_NAME = "GoodWe"

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ KEY_COORDINATOR

string homeassistant.components.goodwe.const.KEY_COORDINATOR = "coordinator"

Definition at line 17 of file const.py.

◆ KEY_DEVICE_INFO

string homeassistant.components.goodwe.const.KEY_DEVICE_INFO = "device_info"

Definition at line 18 of file const.py.

◆ KEY_INVERTER

string homeassistant.components.goodwe.const.KEY_INVERTER = "inverter"

Definition at line 16 of file const.py.

◆ PLATFORMS

list homeassistant.components.goodwe.const.PLATFORMS = [Platform.BUTTON, Platform.NUMBER, Platform.SELECT, Platform.SENSOR]

Definition at line 9 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.goodwe.const.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 12 of file const.py.