mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
84f778d23c
* Improve logging of exceptions in async_create_task * Move wrapping+logging to util.logging * Minor refactor, fix typing * Add test * Remove useless @wraps, fix confusing parameter name * Review comment