1
0
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:
J. Nick Koston
2024-03-05 21:16:42 -10:00
committed by GitHub
parent 87739bc072
commit f3a9756f81
29 changed files with 126 additions and 5 deletions

View File

@@ -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(