mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 20:35:09 +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