Hello,
I am following the guide at https://www.home-assistant.io/integrations/google_assistant/ to allow my Google Assistant to control my devices in Home Assistant.
I am at “5. Add services in the Google Home App” and sort of “stuck” where on step 3 where it says " In the Choose a device screen, select Works with Google Home. You should have [test] <Action Name> listed under Add new. Selecting that should lead you to a browser to log in to your Home Assistant instance, then redirect back to a screen where you can set rooms and nicknames for your devices if you wish."
I don’t know what “[test] ” is referring to as I can’t find anything that seems to fit. There are a couple items that come up when I type “test” but nothing that seems like it would be just a generic app login.
Here is the entry I made in my configuration.yaml:
google_assistant:
project_id: my-project-id
service_account: !include homeasst.json
report_state: true
expose_by_default: true
exposed_domains:
- light
- sensor
- binary_sensor
- scene
- switch
If someone could point me in the right direction, that would be appreciated. Thanks! ![]()