Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.srp_energy.const
 

Variables

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