You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home Assistant 2024.2 unfortunately breaks this integration since it moved to python 3.12 and the "imp" module is deprecated in favour of importlib... :-(
I would love to see an updated version if you find the time :-)
Best regards and thanks for your work!
File "/usr/local/lib/python3.12/site-packages/construct/core.py", line 3, in <module>
import struct, io, binascii, itertools, collections, pickle, sys, os, tempfile, hashlib, importlib, imp
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered:
Hi!
Home Assistant 2024.2 unfortunately breaks this integration since it moved to python 3.12 and the "imp" module is deprecated in favour of importlib... :-(
I would love to see an updated version if you find the time :-)
Best regards and thanks for your work!
The text was updated successfully, but these errors were encountered: