From 5b70a2a8fdeab0fd3fc0b42278ab726a1caa6e9f Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Thu, 11 Oct 2018 17:30:38 +0200 Subject: [PATCH] Fix typo in Google Assistant migrate (#6675) --- source/_components/google_assistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index b4c686990fd..81773751d8b 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -36,7 +36,7 @@ Since release 0.80, the `Authorization Code` type of `OAuth` account linking is - Input any string you like into `Client Secret`, Home Assistant doesn't need this field. - Change `Authorization URL` to `https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize` (replace with your actual URL). - Change `Token URL` to `https://[YOUR HOME ASSISTANT URL:PORT]/auth/token` (replace with your actual URL). - - In the `Client information` section: + - In the `Configure your client` section: - Do **NOT** check `Google to transmit clientID and secret via HTTP basic auth header`. - Click 'Save' at the top right corner, then click 'Test' to generate a new draft version of the Test App. 2. Change your `configuration.yaml` file: