Adjust homekit-controller test imports (#78731)
This commit is contained in:
parent
e9f55f4e54
commit
38548b0986
51 changed files with 62 additions and 63 deletions
|
@ -18,10 +18,14 @@ from homeassistant.helpers.entity_registry import EntityRegistry
|
|||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.util.dt import utcnow
|
||||
|
||||
from .common import Helper, remove_device, setup_test_accessories_with_controller
|
||||
from .common import (
|
||||
Helper,
|
||||
remove_device,
|
||||
setup_test_accessories_with_controller,
|
||||
setup_test_component,
|
||||
)
|
||||
|
||||
from tests.common import async_fire_time_changed
|
||||
from tests.components.homekit_controller.common import setup_test_component
|
||||
|
||||
ALIVE_DEVICE_NAME = "testdevice"
|
||||
ALIVE_DEVICE_ENTITY_ID = "light.testdevice"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue