Can not detect wyze dongle

Installed the wyzesense integration through HACS and added this to my configuration file, then restarted:

binary_sensor:
  - platform: wyzesense
    device: auto

It’s supposed to automatically detect my dongle, which is plugged into a USB port on the pi that’s running hass.io, but it doesn’t seem to be working.

How do I get it to detect the dongle?

Why do you think it’s not working? Do you see the wyzesense.scan service at developer tools > services, and can you add sensors with that service?

Ha! Yes, I didn’t see those services so I assumed it wasn’t working. Just checked again and turns out it just needed to sleep on it. They now show up!

Not sure what you did, but keep it up. Thanks.