mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
await hass.async_block_till_done()
This commit is contained in:
parent
c85254bfed
commit
5152bf86b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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={},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue