mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Use core constants for lcn (#46348)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user