2021-09-21 04:10:24 +00:00
|
|
|
"""Constants for the WattTime integration."""
|
2024-03-08 18:15:59 +00:00
|
|
|
|
2021-09-21 04:10:24 +00:00
|
|
|
import logging
|
|
|
|
|
|
|
|
DOMAIN = "watttime"
|
|
|
|
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
|
|
|
|
CONF_BALANCING_AUTHORITY = "balancing_authority"
|
|
|
|
CONF_BALANCING_AUTHORITY_ABBREV = "balancing_authority_abbreviation"
|