Dear all
I did follow all steps in this document: Google Assistant - Home Assistant and…
- ensured that my homeassistant is available over SSL on it’s own doamain
- created a google project as described
- added the config in yaml
google_assistant:
service_account: !include /config/SERVICE_ACCOUNT.JSON
project_id: hakreuzweidstrasse
report_state: true # This allows syncing the state with Google Home
expose_by_default: false # Do not expose all entities automatically
exposed_domains:
- switch
- light
entity_config:
switch.licht_buero:
name: "Bürolicht"
room: "Büro"
- went in the google tool and connected to the project and then I get following error (translated from German)
no compatible devices in [test] xxxxxx-account.
probably you need first setup those devices in xxxx . if you have already setup those devices then google home maybe not supported.... blabla ... maybe temp, come back later
Now when I checked under settings/voice assistant/expose that that I have exposed some devices, I saw that there is only “Assist” LISTED and no Google. Can it be that I missed a step?
Many thanks for your support!