1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-04 21:27:10 +00:00
2023-03-09 19:08:55 +01:00

15 lines
259 B
Python

"""Constants for the EDL21 component."""
import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = "edl21"
CONF_SERIAL_PORT = "serial_port"
SIGNAL_EDL21_TELEGRAM = "edl21_telegram"
DEFAULT_TITLE = "Smart Meter"
DEFAULT_DEVICE_NAME = "Smart Meter"