diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index c8c55f42f62..ae9018f73ea 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -78,13 +78,15 @@ The integration setup will next give you instructions to enter the [Application 1. Continue through the steps of selecting the account you want to authorize. -2. **NOTE**: You may get a message telling you that the app has not been verified and you will need to acknowledge that in order to proceed. +2. If your Google account settings are set to a language not supported by the SDK -- which can be noticed by the authentication screen of Google being localized in that language -- the authorization will fail without a clear error. Changing the language at the bottom of the error page to one that is [supported](https://developers.google.com/assistant/sdk/reference/rpc/languages) by the SDK will allow you to continue to the link page of Home Assistant. -3. You can now see the details of what you are authorizing Home Assistant to access with two options at the bottom. Click **Continue**. +3. **NOTE**: You may get a message telling you that the app has not been verified and you will need to acknowledge that in order to proceed. -4. The page will now display _Link account to Home Assistant?_, note _Your instance URL_. If this is not correct, please refer to [My Home Assistant](/integrations/my). If everything looks good, click **Link Account**. +4. You can now see the details of what you are authorizing Home Assistant to access with two options at the bottom. Click **Continue**. -5. You may close the window, and return back to Home Assistant where you should see a _Success!_ message from Home Assistant. +5. The page will now display _Link account to Home Assistant?_, note _Your instance URL_. If this is not correct, please refer to [My Home Assistant](/integrations/my). If everything looks good, click **Link Account**. + +6. You may close the window, and return back to Home Assistant where you should see a _Success!_ message from Home Assistant. {% enddetails %}