I followed the The google_assistant setup. My config is:
#Google Assistant Action Integration
google_assistant:
project_id: [My project ID]
client_id: [long URL safe random string]
access_token: [a different long URL safe random string]
exposed_domains:
- switch
- light
- group
When I try to restart my home assistant with the new config, I keep getting this error:
2017-10-28 10:19:48 ERROR (MainThread) [homeassistant.config] Invalid config for [google_assistant]: required key not provided @ data['google_assistant']['access_token']. Got None. (See /home/hass/.homeassistant/configuration.yaml, line 121). Please check the docs at https://home-assistant.io/components/google_assistant/
2017-10-28 10:19:48 ERROR (MainThread) [homeassistant.setup] Setup failed for google_assistant: Invalid config.
However, when I go to the google home app try to add it, it takes me to my home assistant page
I am running AIO version of HASS on my RPi3. I have my DNS through Duck DNS, encrypted via Lets Encrypt.
Port forward 433 > 8123
Things I already did:
- Made sure the Project ID matched the one found in the Project settings
- Made sure my clien_id was the same in my config and the google actions page
- Used the terminal command provided in the setup to generate both the client_id and access_token
Any help would be appreciated