Zigbee: usb-stick was renamed

Hi there.
Since a year, I use HA in a proxmox vm. For zigbee-devices I have Conbee 3 stick.
Everything worked fine.
After a kernel-update of the proxmox host, the conbee 3 stick was renamed as “Future Technology Devices International”.
The consequence is, that HA does not find the path of the stick:

Failed setup, will retry: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03187831-if00-port0'

The stick is now named as " /dev/serial/by-id/usb-FTDI_FT232EX-if00-port0" in /dev.

In HA core-lo I found this:

Error with zha describe event for zha_event

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/logbook/processor.py", line 259, in _humanify
    data = describe_event(event_cache_get(row))
  File "/usr/src/homeassistant/homeassistant/components/zha/logbook.py", line 44, in async_describe_zha_event
    zha_device = async_get_zha_device_proxy(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        hass, event.data[ATTR_DEVICE_ID]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ).device
    ^
  File "/usr/src/homeassistant/homeassistant/components/zha/helpers.py", line 1077, in async_get_zha_device_proxy
    zha_gateway_proxy = get_zha_gateway_proxy(hass)
  File "/usr/src/homeassistant/homeassistant/components/zha/helpers.py", line 1056, in get_zha_gateway_proxy
    raise ValueError("No gateway object exists")
ValueError: No gateway object exists

What can I do to bring up the zha-integration again?
I already disconnected the stick and assigned it with new name to usb-port in HA.

Hello ulihueck,

Change the name in ZHA to the right one. I don’t know specifically, but you may have to remove it and reset it up, don’t know.

How can I change the name in zha to the right one?