This commit is contained in:
Bas Nijholt 2025-01-01 12:40:23 -08:00
commit 7c422f6a3a

View file

@ -126,6 +126,7 @@ async def test_changing_options_when_using_yaml(hass):
entry.add_to_hass(hass)
await hass.config_entries.async_setup(entry.entry_id)
await hass.async_block_till_done()
result = await hass.config_entries.options.async_init(entry.entry_id)
await hass.async_block_till_done()