AqaraGateway icon indicating copy to clipboard operation
AqaraGateway copied to clipboard

New release broke the integration

Open Kathou99 opened this issue 8 months ago • 4 comments

Hi, did I am the only one the integration break after the new release?

Error setting up entry Aqara-Hub-M2-7AE9 for aqara_gateway
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/aqara_gateway/__init__.py", line 51, in async_setup_entry
    raise ConfigEntryNotReady
          ^^^^^^^^^^^^^^^^^^^
NameError: name 'ConfigEntryNotReady' is not defined

Kathou99 avatar Jun 15 '24 15:06 Kathou99