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

Variables

string CONF_BALANCING_AUTHORITY = "balancing_authority"
 
string CONF_BALANCING_AUTHORITY_ABBREV = "balancing_authority_abbreviation"
 
string DOMAIN = "watttime"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the WattTime integration.

Variable Documentation

◆ CONF_BALANCING_AUTHORITY

string homeassistant.components.watttime.const.CONF_BALANCING_AUTHORITY = "balancing_authority"

Definition at line 9 of file const.py.

◆ CONF_BALANCING_AUTHORITY_ABBREV

string homeassistant.components.watttime.const.CONF_BALANCING_AUTHORITY_ABBREV = "balancing_authority_abbreviation"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.