1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Switch to asyncio.wait for slow update warning implementation (#41184)

This commit is contained in:
J. Nick Koston
2020-10-05 08:28:15 -05:00
committed by GitHub
parent dde465da48
commit f50976a0b3
9 changed files with 62 additions and 45 deletions

View File

@@ -112,6 +112,7 @@ async def test_if_fires_on_state_change(hass, calls, kodi_media_player):
]
},
)
await hass.async_block_till_done()
await hass.services.async_call(
MP_DOMAIN,