#0/usr/local/lib/python3.13/threading.py:1015in _bootstrap()self._bootstrap_inner()
#1/usr/local/lib/python3.13/threading.py:1044in _bootstrap_inner()self.run()
#2/usr/local/lib/python3.13/threading.py:995in run()self._target(*self._args, **self._kwargs)
#3/addon/hass.py:162in task_waiter()asyncio.run(self.task_waiter_async(task))
#4/usr/local/lib/python3.13/asyncio/runners.py:196in run()return runner.run(main)
#5/usr/local/lib/python3.13/asyncio/runners.py:119in run()return self._loop.run_until_complete(task)
#6/usr/local/lib/python3.13/asyncio/base_events.py:712in run_until_complete()self.run_forever()
#7/usr/local/lib/python3.13/asyncio/base_events.py:683in run_forever()self._run_once()
#8/usr/local/lib/python3.13/asyncio/base_events.py:2060in _run_once()handle._run()
#9/usr/local/lib/python3.13/asyncio/events.py:89in _run()self._context.run(self._callback, *self._args)
#10/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py:675in start()task = asyncio.Task(coro, loop=loop, eager_start=True)
#11/usr/local/lib/python3.13/site-packages/aiohttp/web_protocol.py:575in _handle_request()resp = await request_handler(request)
#12/usr/local/lib/python3.13/site-packages/aiohttp/web_app.py:559in _handle()return await handler(request)
#13/addon/web.py:5155in html_internals()text += self._get_thread_stacks_html()
#14/addon/web.py:5224in _get_thread_stacks_html()stack = traceback.extract_stack(frame)