Avoid waiting for integration platforms in the parent integration (#112467)
This commit is contained in:
parent
87739bc072
commit
f3a9756f81
29 changed files with 126 additions and 5 deletions
|
@ -18,6 +18,7 @@ async def test_humanify_command_received(hass: HomeAssistant) -> None:
|
|||
hass.config.components.add("frontend")
|
||||
hass.config.components.add("google_assistant")
|
||||
assert await async_setup_component(hass, "logbook", {})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
hass.states.async_set(
|
||||
"light.kitchen", "on", {ATTR_FRIENDLY_NAME: "The Kitchen Lights"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue