mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 17:40:11 +00:00
Avoid waiting for integration platforms in the parent integration (#112467)
This commit is contained in:
@@ -1862,6 +1862,7 @@ async def test_logbook_humanify_automation_triggered_event(hass: HomeAssistant)
|
||||
hass.config.components.add("recorder")
|
||||
await async_setup_component(hass, automation.DOMAIN, {})
|
||||
await async_setup_component(hass, "logbook", {})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
event1, event2 = mock_humanify(
|
||||
hass,
|
||||
|
||||
Reference in New Issue
Block a user