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_alexa_event(hass: HomeAssistant) -> None:
|
||||
hass.config.components.add("recorder")
|
||||
await async_setup_component(hass, "alexa", {})
|
||||
await async_setup_component(hass, "logbook", {})
|
||||
await hass.async_block_till_done()
|
||||
hass.states.async_set("light.kitchen", "on", {"friendly_name": "Kitchen Light"})
|
||||
|
||||
results = mock_humanify(
|
||||
|
||||
Reference in New Issue
Block a user