mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Avoid waiting for integration platforms in the parent integration (#112467)
This commit is contained in:
@@ -11,6 +11,7 @@ async def test_humanify_automation_trigger_event(hass: HomeAssistant) -> None:
|
||||
hass.config.components.add("recorder")
|
||||
assert await async_setup_component(hass, "automation", {})
|
||||
assert await async_setup_component(hass, "logbook", {})
|
||||
await hass.async_block_till_done()
|
||||
context = Context()
|
||||
|
||||
event1, event2 = mock_humanify(
|
||||
|
||||
Reference in New Issue
Block a user