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" |
Constants for the SRP Energy integration.
| 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) |