mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Refactoring. Moved LCN constants to const.py (#21376)
This commit is contained in:
committed by
Fabian Affolter
parent
b588c1fe1c
commit
fc13e37d8d
@@ -1,7 +1,8 @@
|
||||
"""Support for LCN covers."""
|
||||
from homeassistant.components.cover import CoverDevice
|
||||
from homeassistant.components.lcn import (
|
||||
CONF_CONNECTIONS, CONF_MOTOR, DATA_LCN, LcnDevice, get_connection)
|
||||
from homeassistant.components.lcn import LcnDevice, get_connection
|
||||
from homeassistant.components.lcn.const import (
|
||||
CONF_CONNECTIONS, CONF_MOTOR, DATA_LCN)
|
||||
from homeassistant.const import CONF_ADDRESS
|
||||
|
||||
DEPENDENCIES = ['lcn']
|
||||
|
||||
Reference in New Issue
Block a user