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

Variables

string ATTR_DEFAULT_ENABLED = "default_enabled"
 
string ATTRIBUTION = "Data provided by Goal Zero"
 
string DEFAULT_NAME = "Yeti"
 
 Final
 
 LOGGER = logging.getLogger(__name__)
 
string MANUFACTURER = "Goal Zero"
 

Detailed Description

Constants for the Goal Zero Yeti integration.

Variable Documentation

◆ ATTR_DEFAULT_ENABLED

string homeassistant.components.goalzero.const.ATTR_DEFAULT_ENABLED = "default_enabled"

Definition at line 7 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.goalzero.const.ATTRIBUTION = "Data provided by Goal Zero"

Definition at line 6 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.goalzero.const.DEFAULT_NAME = "Yeti"

Definition at line 10 of file const.py.

◆ Final

homeassistant.components.goalzero.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

homeassistant.components.goalzero.const.LOGGER = logging.getLogger(__name__)

Definition at line 13 of file const.py.

◆ MANUFACTURER

string homeassistant.components.goalzero.const.MANUFACTURER = "Goal Zero"

Definition at line 11 of file const.py.