From f30f66bfb1c4d6415c547c36430c2eeb6ab4604a Mon Sep 17 00:00:00 2001 From: phrfpeixoto Date: Thu, 19 Mar 2020 12:10:48 -0300 Subject: [PATCH] Updating the documentation to match new Google UI (#12439) Sometimes we get an updated UI from the Console that no longer allows for "Other" type of OAuth key. In that case TV and Limited Input also allows the Device OAuth2 Flow required here. --- source/_integrations/calendar.google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/calendar.google.markdown b/source/_integrations/calendar.google.markdown index 9c539bbdb79..ffc93a0f3eb 100644 --- a/source/_integrations/calendar.google.markdown +++ b/source/_integrations/calendar.google.markdown @@ -27,7 +27,7 @@ Generate a Client ID and Client Secret on 1. Set the 'Application Name' (the name of the application asking for consent) to anything you want. We suggest "Home-Assistant". 1. Save this page. You don't have to fill out anything else here. 1. Click on the menu item, Credentials, then click 'Create credentials' > OAuth client ID. -1. Set the Application type to 'Other' and give this credential set a name (like "Home Assistant Credentials") then click 'Create'. +1. Set the Application type to 'Other' (if not present, choose 'TV and Limited Input') and give this credential set a name (like "Home Assistant Credentials") then click 'Create'. 1. Copy the client ID and client secret from the page that follows into a text editor temporarily as you will need to put these in your `configuration.yaml` file. 1. Click on the menu item, Library, then search for "Google Calendar API" and enable it (if it isn't already enabled automatically through this process).