hassio-addons / addon-appdaemon

AppDaemon4 - Home Assistant Community Add-ons
https://addons.community
MIT License
151 stars 47 forks source link

DeprecationWarning in Asyncio causing initalize errors #204

Closed khmikkelsen closed 2 years ago

khmikkelsen commented 2 years ago

Problem/Motivation

Follow-up from this issue, which Justihar believes to be caused by an error in the updating of AppDaemon.

frenck commented 2 years ago

Its an error caused by incorrect usage of asyncio in the Python version this add-on runs on.

The add-on currently runs on Python 3.10.5, make sure your code is Python 3.10 compatible.