Move imports to top for deconz (#29489)
This commit is contained in:
parent
8647ba3dd5
commit
89c7629215
8 changed files with 12 additions and 15 deletions
|
@ -1,11 +1,11 @@
|
|||
"""Support for deCONZ covers."""
|
||||
from homeassistant.components.cover import (
|
||||
ATTR_POSITION,
|
||||
CoverDevice,
|
||||
SUPPORT_CLOSE,
|
||||
SUPPORT_OPEN,
|
||||
SUPPORT_STOP,
|
||||
SUPPORT_SET_POSITION,
|
||||
SUPPORT_STOP,
|
||||
CoverDevice,
|
||||
)
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue