mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 14:54:04 +02:00
change order
This commit is contained in:
parent
b1e3e629cd
commit
cf85e91b29
1 changed files with 1 additions and 6 deletions
|
|
@ -127,11 +127,6 @@ def mock_config_entries_async_forward_entry_setup() -> Generator[AsyncMock]:
|
|||
yield mock_fn
|
||||
|
||||
|
||||
# TODO: Fix, broken for all supported versions
|
||||
# But in ≤2024.5 it gives homeassistant.config_entries.UnknownEntry: cd69dbda65bd3f86e9a32d974cdfa23f
|
||||
# and ≥2024.6 it times out
|
||||
|
||||
|
||||
async def test_changing_options_when_using_yaml(
|
||||
hass,
|
||||
mock_config_entries_async_forward_entry_setup,
|
||||
|
|
@ -146,8 +141,8 @@ async def test_changing_options_when_using_yaml(
|
|||
)
|
||||
entry.add_to_hass(hass)
|
||||
|
||||
await hass.block_till_done()
|
||||
await hass.config_entries.async_setup(entry.entry_id)
|
||||
await hass.block_till_done()
|
||||
|
||||
result = await hass.config_entries.options.async_init(entry.entry_id)
|
||||
result = await hass.config_entries.options.async_configure(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue