Config entry 'SONOFF Zigbee 3.0 USB Dongle Plus V2' for zha integration not ready yet; Retrying in background

I am doing a fresh install of HA (container, using docker compose) on Intel N100 based mini pc with Debian 12.

This is what I see in ZHA settings:

And this is corresponding log message:

Logger: homeassistant.config_entries
Source: config_entries.py:1206
First occurred: 4:28:00 PM (1 occurrences)
Last logged: 4:28:00 PM

Config entry 'SONOFF Zigbee 3.0 USB Dongle Plus V2' for zha integration not ready yet; Retrying in background
root@hs:~/ha# hwinfo --short
...
modem:
  /dev/ttyACM0         QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
...
unknown:
                       FPU
                       DMA controller
                       PIC
                       Keyboard controller
                       PS/2 Controller
                       Intel Communication controller
                       Intel Serial bus controller
                       Intel SD Host controller
                       Intel RAM memory
                       Intel SMBus
                       QinHeng Electronics SONOFF Zigbee 3.0 USB Dongle Plus V2
                       Zoran Co. Personal Media Division (Nogatech) USB Audio and HID

docker-compose.yml:

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - ~/ha/config:/config
      - /etc/localtime:/etc/localtime
      - /dev:/dev:ro
      - /run/dbus:/run/dbus:ro
    restart: unless-stopped
    privileged: true
    network_mode: host
    devices:
      - "/dev/ttyACM0:/dev/ttyACM0"

Same issue here with Homeassistant OS on Raspberry 3b+… :confused:

Config entry 'SONOFF Zigbee 3.0 USB Dongle Plus V2' for zha integration not ready yet; Retrying in background