Cam on Google Home?

Hi, I have integrated Reolink cam in my home assistant and everything works, only I want to add it to google home too, so I thought about adding the string " - camera" (as you can see at the end of code).

#Google Home
google_assistant:
  project_id: home-assistant-*****
  service_account: !include SERVICE_ACCOUNT.json
  report_state: true
  exposed_domains:
    - switch
    - light
    - cover
    - scene
    - script
    - input_boolean
    - camera

It worked and my video camera is on Google Home.


But when I say “Ok google, show me videocamera on trasmettitore cucina” (which would be a chromecast) this image appears and not the video camera

Anyone have any ideas how to be able to see my video camera?