Migrate setup to use eager tasks (#111619)

This commit is contained in:
J. Nick Koston 2024-02-27 12:43:32 -10:00 committed by GitHub
parent 9cf874d4a0
commit 6abb8ae273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 14 additions and 4 deletions

View file

@ -60,6 +60,7 @@ async def setup_rfx_test_cfg(
await hass.config_entries.async_setup(mock_entry.entry_id)
await hass.async_block_till_done()
await hass.async_start()
await hass.async_block_till_done()
return mock_entry