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
|
@ -759,6 +759,7 @@ async def test_service_group_services_add_remove_entities(hass: HomeAssistant) -
|
|||
assert await async_setup_component(hass, "person", {})
|
||||
with assert_setup_component(0, "group"):
|
||||
await async_setup_component(hass, "group", {"group": {}})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert hass.services.has_service("group", group.SERVICE_SET)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue