mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Ensure the context is passed to group changes (#39221)
This commit is contained in:
@@ -78,6 +78,8 @@ async def setup_comp(hass, config_count):
|
||||
with assert_setup_component(count, DOMAIN):
|
||||
await async_setup_component(hass, DOMAIN, config)
|
||||
await hass.async_block_till_done()
|
||||
await hass.async_start()
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
||||
@pytest.mark.parametrize("config_count", [(CONFIG_ATTRIBUTES, 1)])
|
||||
|
||||
Reference in New Issue
Block a user