1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 01:54:11 +01:00
Files
core/homeassistant/components/watttime/const.py
T
2021-09-20 21:10:24 -07:00

12 lines
276 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"
DATA_COORDINATOR = "coordinator"