core/homeassistant/components/edl21/const.py

16 lines
260 B
Python
Raw Normal View History

"""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"
2023-03-09 18:08:55 +00:00
DEFAULT_DEVICE_NAME = "Smart Meter"