Move imports to top for homekit_controller (#29564)

* Move imports to top for homekit_controller

* Fix IpPairing mock in two test files
This commit is contained in:
springstan 2019-12-08 17:50:57 +01:00 committed by Jc2k
parent 8f5e8c72c6
commit 3b5da9c44a
9 changed files with 32 additions and 27 deletions

View file

@ -11,8 +11,8 @@ from homeassistant.components.cover import (
SUPPORT_OPEN,
SUPPORT_OPEN_TILT,
SUPPORT_SET_POSITION,
SUPPORT_STOP,
SUPPORT_SET_TILT_POSITION,
SUPPORT_STOP,
CoverDevice,
)
from homeassistant.const import STATE_CLOSED, STATE_CLOSING, STATE_OPEN, STATE_OPENING