Trouble setting up Conbee on R Pi 4

Getting errors like this:

Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:172
First occurred: 11:36:21 AM (1 occurrences)
Last logged: 11:36:21 AM

Error setting up entry ConBee II, s/n: DE2466314 - dresden elektronik ingenieurtechnik GmbH for zha
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/serial/serialposix.py”, line 322, in open
self.fd = os.open(self.portstr, os.O_RDWR | os.O_NOCTTY | os.O_NONBLOCK)
FileNotFoundError: [Errno 2] No such file or directory: ‘/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2466314-if00’

Sure enough, the conbee is not listed in there
➜ ~ ls /dev/serial/by-id -l
total 0
lrwxrwxrwx 1 root root 13 Dec 14 11:30 usb-0658_0200-if00 → …/…/ttyACM1
➜ ~

I’m not sure if it matters, but the stick is coming from a Debian install where it works fine. I’m moving everything to a new Pi 4, so I am restoring from a backup. Any chance the backup grabbed some weird settings that only make sense for the Deb? I am hoping I can do this without having to re-install all 40+ devices on my network. So I have been avoiding just deleting the Conbee because I think that will require me to re-add everything.