FYI, Home Assistant developer bdraco has added support for automatically discovering USB adapter in Home Assistant’s Z-Wave JS integration, (for details read PR #54904, #54935 and #54986). See:
https://www.home-assistant.io/integrations/usb/
I think it would therefore be much appreciated if everyone could submit new PRs with “friendly name” as a description if you got any compatible Z-Wave USB adapters which unique Vendor ID (vid) / Product ID (pid) identifier that has not yet been added to the ZWave JS component manifest in Home Assistant core.
Note! As per discussions in #55225, #55236 and #1039, the device needs to have a unique description, so VID and PID alone are not enough.
https://www.home-assistant.io/integrations/zwave_js/#discovery-via-usb
"usb": [
{"vid":"0658","pid":"0200","known_devices":["Aeotec Z-Stick Gen5+", "Z-WaveMe UZB"]},
{"vid":"10C4","pid":"8A2A","description":"*z-wave*","known_devices":["Nortek HUSBZB-1"]},
{"vid":"10C4","pid":"EA60","known_devices":["Aeotec Z-Stick 7", "Silicon Labs UZB-7", "Zooz ZST10 700"]}
]
PS: This also applies to Zigbee USB adapter discovery for the Home Assistant’s ZHA integration, see:
https://www.home-assistant.io/integrations/zha/#discovery-via-usb-or-zeroconf
"usb": [
{"vid":"10C4","pid":"EA60","description":"*2652*","known_devices":["slae.sh cc2652rb stick"]},
{"vid":"1CF1","pid":"0030","description":"*conbee*","known_devices":["Conbee II"]},
{"vid":"10C4","pid":"8A2A","description":"*zigbee*","known_devices":["Nortek HUSBZB-1"]}
],