Use core constants for lcn (#46348)

This commit is contained in:
tkdrob
2021-02-10 21:22:32 -05:00
committed by GitHub
parent af2fa17e8e
commit 56adc9dadb
8 changed files with 12 additions and 15 deletions

View File

@@ -1,12 +1,11 @@
"""Support for LCN sensors."""
import pypck
from homeassistant.const import CONF_ADDRESS, CONF_UNIT_OF_MEASUREMENT
from homeassistant.const import CONF_ADDRESS, CONF_SOURCE, CONF_UNIT_OF_MEASUREMENT
from . import LcnEntity
from .const import (
CONF_CONNECTIONS,
CONF_SOURCE,
DATA_LCN,
LED_PORTS,
S0_INPUTS,