Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.edl21.const Namespace Reference

Variables

string CONF_SERIAL_PORT = "serial_port"
 
string DEFAULT_DEVICE_NAME = "Smart Meter"
 
string DEFAULT_TITLE = "Smart Meter"
 
string DOMAIN = "edl21"
 
 LOGGER = logging.getLogger(__package__)
 
string SIGNAL_EDL21_TELEGRAM = "edl21_telegram"
 

Detailed Description

Constants for the EDL21 component.

Variable Documentation

◆ CONF_SERIAL_PORT

string homeassistant.components.edl21.const.CONF_SERIAL_PORT = "serial_port"

Definition at line 9 of file const.py.

◆ DEFAULT_DEVICE_NAME

string homeassistant.components.edl21.const.DEFAULT_DEVICE_NAME = "Smart Meter"

Definition at line 15 of file const.py.

◆ DEFAULT_TITLE

string homeassistant.components.edl21.const.DEFAULT_TITLE = "Smart Meter"

Definition at line 13 of file const.py.

◆ DOMAIN

string homeassistant.components.edl21.const.DOMAIN = "edl21"

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.edl21.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.

◆ SIGNAL_EDL21_TELEGRAM

string homeassistant.components.edl21.const.SIGNAL_EDL21_TELEGRAM = "edl21_telegram"

Definition at line 11 of file const.py.