We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab08153 commit 1fc0b62Copy full SHA for 1fc0b62
1 file changed
tests/components/template/test_init.py
@@ -625,6 +625,7 @@ async def test_yaml_reload_when_labs_flag_changes(
625
},
626
)
627
assert await async_setup_component(hass, labs.DOMAIN, {})
628
+ await hass.async_block_till_done()
629
assert hass.states.get("sensor.hello") is not None
630
assert hass.states.get("sensor.bye") is None
631
listeners = hass.bus.async_listeners()
0 commit comments