mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 18:25:06 -05:00
This test currently relies on event loop overhead and since #110899 will remove another task in the config entry init flow, it needs another async_block_till_done. In the future it should be refactored to have better synchronization without having to rely on iterations of the event loop.