Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the EDL21 component."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 
7 DOMAIN = "edl21"
8 
9 CONF_SERIAL_PORT = "serial_port"
10 
11 SIGNAL_EDL21_TELEGRAM = "edl21_telegram"
12 
13 DEFAULT_TITLE = "Smart Meter"
14 
15 DEFAULT_DEVICE_NAME = "Smart Meter"