Unifi Protect w/ Google Assistant & Google Hub

Hi All,

I’ve looked everywhere for this and can’t find a solution. I’m able to get Unifi camera’s setup with HA without any issues. I’ve had it setup through HACS and through the generic camera integration and it works flawlessly with HA.

I have HA connected to my Google Assistant but no matter what I do, I can’t get the camera to show up in Google Assistant. I don’t have any restrictions on what’s shared with HA:

google_assistant:
  project_id: XXXX
  report_state: true
  service_account: !include SERVICE_ACCOUNT.JSON
  secure_devices_pin: XXXX
  expose_by_default: true

And the Camera Configuration:

camera:
  - platform: generic
    name: Camera1
    still_image_url: http://xxx.xxx.x.x/snap.jpeg
    stream_source: rtsp://xxx.xxx.x.x:xxxx/abcdefg
    verify_ssl: false
    username: ubnt
    password: XXXXX

The camera shows up in HA without any issues, stream works, ect. No matter what I do, I can’t get it to show up in Google Assistant, and therefore cannot show up in my Google Hub. Does anyone have any thoughts?