Problem with google console app on google Home app

Hi,

i successed to setup connection between HA and Google cloud app.
if i test to turn on my lights (hue) everything works.

When i link my app in Google Home App, it success nevertheless, when i check Google Home App, only Hue account is really linked.

Is it normal ? I have no error or warning …

On the last picture it is written "Your account [test] Domo arno have been successfull associated.

On my devices list i have only my hue lights, here before i configure google assistant…

I try to sync devices with the service but no luck so far…

in my configuration.yaml :

google_assistant:
  project_id: my_project
  client_id: MY_CLIENT_ID
  access_token: MY_ACCESS_TOKEN
  agent_user_id: "[email protected] myname"
  api_key: MY_API_KEY
  expose_by_default: false
  exposed_domains:
    - light
    - media_player
    - script
    - scene
  entity_config:
    light.bureau:
      name: lumiere du bureau
      aliases:
        - lumiere desktop
        - lumiere du bureau

Someone has experience in that integration ?

Had the same issue, took me 2 weeks to realise:
if you set expose_by_default: false you need to add expose: true for each entity in your entity_config
Bonne chance :slight_smile:

You rock !!!
Thanks a lot :slight_smile: it works perfectly !

1 Like