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

Variables

string CONF_CURRENT_VALUES = "current_values"
 
string DEFAULT_NAME = "Efergy"
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)
 

Detailed Description

Constants for the Efergy integration.

Variable Documentation

◆ CONF_CURRENT_VALUES

string homeassistant.components.efergy.const.CONF_CURRENT_VALUES = "current_values"

Definition at line 7 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.efergy.const.DEFAULT_NAME = "Efergy"

Definition at line 9 of file const.py.

◆ Final

homeassistant.components.efergy.const.Final

Definition at line 10 of file const.py.

◆ LOGGER

homeassistant.components.efergy.const.LOGGER = logging.getLogger(__package__)

Definition at line 12 of file const.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.efergy.const.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)

Definition at line 14 of file const.py.