Refactor yeelight scanner to avoid creating tasks to wait for scanner start (#113919)
This commit is contained in:
parent
13d6ebaabf
commit
2421b42f10
2 changed files with 26 additions and 25 deletions
|
@ -1413,6 +1413,7 @@ async def test_effects(hass: HomeAssistant) -> None:
|
|||
}
|
||||
},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
config_entry = MockConfigEntry(domain=DOMAIN, data=CONFIG_ENTRY_DATA)
|
||||
config_entry.add_to_hass(hass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue