mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 23:03:44 +01: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