From 527afbf064cc4ac217794f2b83250b4c520d44fb Mon Sep 17 00:00:00 2001 From: Dane Date: Tue, 1 Jan 2019 16:01:49 +0000 Subject: [PATCH] Add note about not being on same network as Home Assistant during relink (#7709) * Add note about not being on same network as hass I had trouble relinking GA to Hass due to being on the same network. This may have been down to my local setup but it's what solved an issue for me. * :pencil2: Tweak --- source/_components/google_assistant.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index 406f4f057b5..a582cb3fa41 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -53,6 +53,8 @@ Since release 0.80, the `Authorization Code` type of `OAuth` account linking is

If you've added Home Assistant to the home screen, you have to first remove it from home screen, otherwise, this HTML5 app will show up instead of a browser. Using it would prevent Home Assistant to redirect back to the `Google Assistant` app. + +If you're still having trouble, make sure that you're not connected to the same network Home Assistant is running on, e.g., use 4G/LTE instead.

## {% linkable_title First time setup %}