robinostlund / homeassistant-volkswagencarnet

Volkswagen Carnet Component for home assistant
GNU General Public License v3.0
306 stars 59 forks source link

. #484

Closed florie1706 closed 1 year ago

florie1706 commented 1 year ago

Type of change

I am using the linuxserver/homeassistant image which uses python 3.11.

On my installation I removed what is in this pull request, because since python 3.4 asyncio has been built into python-core. The external asyncio project is deprecated and the repo archived: https://github.com/python/asyncio

Since this package runs well with python 3.11 all systems should already have it built in.

Installing the old external asyncio causes issues when PYTHONPATH is set to a folder containing the external package.

See here: https://github.com/linuxserver/docker-homeassistant/issues/79

Thanks