mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 21:57:08 +00:00

* fix for asyncio usage fixes the error "Passing coroutines is forbidden, use tasks explicitly", caused by passing an async function into asyncio.wait directly instead of creating a task for it. * removes unnecessary default param * corrects formatting for black