Conbee II wont start from 2023.8.4 up

I get this error in logs:

Logger: homeassistant.config_entries
Source: config_entries.py:399
First occurred: 21:16:44 (1 occurrences)
Last logged: 21:16:44
Error setting up entry ConBee II for zha

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 139, in async_setup_entry
    async with radio_mgr.connect_zigpy_app() as app:
  File "/usr/local/lib/python3.11/contextlib.py", line 204, in __aenter__
    return await anext(self.gen)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/zha/radio_manager.py", line 165, in connect_zigpy_app
    app = await self.radio_type.controller.new(
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 217, in new
    await app._load_db()
  File "/usr/local/lib/python3.11/site-packages/zigpy/application.py", line 107, in _load_db
    await self._dblistener.load()
  File "/usr/local/lib/python3.11/site-packages/zigpy/appdb.py", line 607, in load
    device = zigpy.quirks.get_device(device)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zigpy/quirks/__init__.py", line 40, in get_device
    return _DEVICE_REGISTRY.get_device(device)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zigpy/quirks/registry.py", line 143, in get_device
    device = candidate(device._application, device.ieee, device.nwk, device)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_zha_quirks/motion_ac02.py", line 112, in __init__
    super().__init__(*args, **kwargs)
  File "/usr/local/lib/python3.11/site-packages/zigpy/quirks/__init__.py", line 97, in __init__
    self.add_endpoint(endpoint_id, replace_device=replaces)
  File "/usr/local/lib/python3.11/site-packages/zigpy/quirks/__init__.py", line 114, in add_endpoint
    ep = custom_ep_type(self, endpoint_id, replacement_data, replace_device)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zigpy/quirks/__init__.py", line 144, in __init__
    cluster = c(self, is_server=True)
              ^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_zha_quirks/motion_ac02.py", line 77, in __init__
    if self.ATTR_ID not in self._attr_cache:
       ^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zigpy/zcl/__init__.py", line 845, in __getattr__
    raise AttributeError(f"No such command name: {name}")
AttributeError: No such command name: ATTR_ID

another one:

 Logger: homeassistant
Source: runner.py:143
First occurred: 21:16:45 (1 occurrences)
Last logged: 21:16:45
Error doing job: Task was destroyed but it is pending!

Can you please help me, what to do?