mirror of
https://github.com/home-assistant/core.git
synced 2026-08-26 08:03:44 +01:00
This lane ended up calling vars(transport) on an asyncio Transport object. In a standard setup, that's a python object provided by syncio, and it works. Home Assistant injects uvloop into asyncio, which makes this a Python C object, and those don't support vars().