mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 00:55:44 +01:00
* 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