Update google_assistant.markdown (#6821)

* Update google_assistant.markdown

Needed to make this change, as without this change, HA was giving errors pertaining to Bearer tokens, as Legacy Password was removed from my configuration

* Update google_assistant.markdown
This commit is contained in:
Moksh Mridul 2018-10-16 12:22:47 +05:30 committed by Fabian Affolter
parent d43890dfc4
commit 19e27142de

View File

@ -30,6 +30,7 @@ To use Google Assistant, your Home Assistant configuration has to be externally
Since release 0.80, the `Authorization Code` type of `OAuth` account linking is supported. To migrate your configuration, you need:
1. Change your `Account linking` setting in [Actions on Google console](https://console.actions.google.com/), look for the `Advanced Options` in the bottom left of the sidebar.
- Under `Create an Action`, under the build section, modify `Add fulfillment URL` to `https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant`, where `[YOUR HOME ASSISTANT URL:PORT]` is the domain / IP address and the port under which your Home Assistant instance is reachable.
- Change `Linking type` to `OAuth` and `Authorization Code`.
- In the `Client information` section:
- Change `Client ID` to `https://oauth-redirect.googleusercontent.com/`, the trailing slash is important.