core/homeassistant/components/elvia/const.py

9 lines
170 B
Python
Raw Normal View History

2024-01-31 13:47:37 +00:00
"""Constants for the Elvia integration."""
2024-01-31 13:47:37 +00:00
from logging import getLogger
DOMAIN = "elvia"
LOGGER = getLogger(__package__)
CONF_METERING_POINT_ID = "metering_point_id"