mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
11 lines
243 B
Python
11 lines
243 B
Python
"""Constants for the WattTime integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "watttime"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CONF_BALANCING_AUTHORITY = "balancing_authority"
|
|
CONF_BALANCING_AUTHORITY_ABBREV = "balancing_authority_abbreviation"
|