mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 12:14:20 +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