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.
This commit is contained in:
phrfpeixoto 2020-03-19 12:10:48 -03:00 committed by GitHub
parent 67ca0a7604
commit f30f66bfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).