mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Move imports to top for deconz (#29489)
This commit is contained in:
committed by
Paulus Schoutsen
parent
8647ba3dd5
commit
89c7629215
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user