await hass.async_block_till_done()

This commit is contained in:
Bas Nijholt 2025-01-01 12:28:23 -08:00
commit 5152bf86b5

View file

@ -128,6 +128,7 @@ async def test_changing_options_when_using_yaml(hass):
await hass.config_entries.async_setup(entry.entry_id)
result = await hass.config_entries.options.async_init(entry.entry_id)
await hass.async_block_till_done()
result = await hass.config_entries.options.async_configure(
result["flow_id"],
user_input={},