Move imports to top for deconz (#29489)

This commit is contained in:
springstan 2019-12-05 06:17:18 +01:00 committed by Paulus Schoutsen
parent 8647ba3dd5
commit 89c7629215
8 changed files with 12 additions and 15 deletions

View file

@ -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"