Adjust homekit-controller test imports (#78731)
This commit is contained in:
parent
e9f55f4e54
commit
38548b0986
51 changed files with 62 additions and 63 deletions
|
@ -5,14 +5,12 @@ from homeassistant.components.homekit_controller.const import KNOWN_DEVICES
|
|||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers import device_registry as dr
|
||||
|
||||
from .common import setup_accessories_from_file, setup_test_accessories
|
||||
|
||||
from tests.components.diagnostics import (
|
||||
get_diagnostics_for_config_entry,
|
||||
get_diagnostics_for_device,
|
||||
)
|
||||
from tests.components.homekit_controller.common import (
|
||||
setup_accessories_from_file,
|
||||
setup_test_accessories,
|
||||
)
|
||||
|
||||
|
||||
async def test_config_entry(hass: HomeAssistant, hass_client: ClientSession, utcnow):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue