mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
9 lines
170 B
Python
9 lines
170 B
Python
"""Constants for the Elvia integration."""
|
|
|
|
from logging import getLogger
|
|
|
|
DOMAIN = "elvia"
|
|
LOGGER = getLogger(__package__)
|
|
|
|
CONF_METERING_POINT_ID = "metering_point_id"
|