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
|
@ -8,7 +8,7 @@ from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
|||
|
||||
from .const import ATTR_DARK, ATTR_ON, NEW_SENSOR
|
||||
from .deconz_device import DeconzDevice
|
||||
from .gateway import get_gateway_from_config_entry, DeconzEntityHandler
|
||||
from .gateway import DeconzEntityHandler, get_gateway_from_config_entry
|
||||
|
||||
ATTR_ORIENTATION = "orientation"
|
||||
ATTR_TILTANGLE = "tiltangle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue