mirror of
https://github.com/home-assistant/core.git
synced 2025-11-11 03:50:55 +00:00
Avoid waiting for integration platforms in the parent integration (#112467)
This commit is contained in:
@@ -33,6 +33,7 @@ async def test_humanify_homekit_changed_event(
|
||||
with patch("homeassistant.components.homekit.HomeKit"):
|
||||
assert await async_setup_component(hass, "homekit", {"homekit": {}})
|
||||
assert await async_setup_component(hass, "logbook", {})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
event1, event2 = mock_humanify(
|
||||
hass,
|
||||
|
||||
Reference in New Issue
Block a user