mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 19:12:41 +01:00
8 lines
169 B
Python
8 lines
169 B
Python
"""Constants for the Elvia integration."""
|
|
from logging import getLogger
|
|
|
|
DOMAIN = "elvia"
|
|
LOGGER = getLogger(__package__)
|
|
|
|
CONF_METERING_POINT_ID = "metering_point_id"
|