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

Variables

string CONF_IS_TOU = "is_tou"
 
string DEFAULT_NAME = "Home"
 
string DEVICE_CONFIG_URL = "https://www.srpnet.com/"
 
string DEVICE_MANUFACTURER = "srpnet.com"
 
string DEVICE_MODEL = "Service Api"
 
string DOMAIN = "srp_energy"
 
 LOGGER = logging.getLogger(__package__)
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1440)
 
string PHOENIX_TIME_ZONE = "America/Phoenix"
 

Detailed Description

Constants for the SRP Energy integration.

Variable Documentation

◆ CONF_IS_TOU

string homeassistant.components.srp_energy.const.CONF_IS_TOU = "is_tou"

Definition at line 11 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.srp_energy.const.DEFAULT_NAME = "Home"

Definition at line 9 of file const.py.

◆ DEVICE_CONFIG_URL

string homeassistant.components.srp_energy.const.DEVICE_CONFIG_URL = "https://www.srpnet.com/"

Definition at line 16 of file const.py.

◆ DEVICE_MANUFACTURER

string homeassistant.components.srp_energy.const.DEVICE_MANUFACTURER = "srpnet.com"

Definition at line 17 of file const.py.

◆ DEVICE_MODEL

string homeassistant.components.srp_energy.const.DEVICE_MODEL = "Service Api"

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ LOGGER

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

Definition at line 6 of file const.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.srp_energy.const.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1440)

Definition at line 14 of file const.py.

◆ PHOENIX_TIME_ZONE

string homeassistant.components.srp_energy.const.PHOENIX_TIME_ZONE = "America/Phoenix"

Definition at line 13 of file const.py.