Finish migration from report to report_usage (#130412)

This commit is contained in:
epenet
2024-11-15 12:35:50 +01:00
committed by GitHub
parent b57b22f6e3
commit 600f83ddab
4 changed files with 11 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ def create_eager_task[_T](
# pylint: disable-next=import-outside-toplevel
from homeassistant.helpers import frame
frame.report("attempted to create an asyncio task from a thread")
frame.report_usage("attempted to create an asyncio task from a thread")
raise
return Task(coro, loop=loop, name=name, eager_start=True)