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

Variables

string CONF_PLANT_ID = "plant_id"
 
string DEFAULT_NAME = "Sun WEG"
 
int DEFAULT_PLANT_ID = 0
 
string DOMAIN = "sunweg"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Define constants for the Sun WEG component.

Variable Documentation

◆ CONF_PLANT_ID

string homeassistant.components.sunweg.const.CONF_PLANT_ID = "plant_id"

Definition at line 17 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.sunweg.const.DEFAULT_NAME = "Sun WEG"

Definition at line 21 of file const.py.

◆ DEFAULT_PLANT_ID

int homeassistant.components.sunweg.const.DEFAULT_PLANT_ID = 0

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 23 of file const.py.

◆ PLATFORMS

list homeassistant.components.sunweg.const.PLATFORMS = [Platform.SENSOR]

Definition at line 25 of file const.py.