fustom / ariston-remotethermo-home-assistant-v3

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
147 stars 37 forks source link

Unexpected exception importing component custom_components.ariston #274

Closed BartKoopmans-private closed 8 months ago

BartKoopmans-private commented 8 months ago

Logger: homeassistant.loader Source: loader.py:822 First occurred: 10 januari 2024 om 23:54:18 (1 occurrences) Last logged: 10 januari 2024 om 23:54:18

Unexpected exception importing component custom_components.ariston Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 822, in get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/config/custom_components/ariston/init.py", line 24, in from .const import ( File "/config/custom_components/ariston/const.py", line 67, in class AristonBaseEntityDescription(EntityDescription, ABC): TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

BartKoopmans-private commented 8 months ago

Can be closed, installed the new version.