From 936a92753d0466db4789a05337f59c5d8a3b4442 Mon Sep 17 00:00:00 2001 From: Peter <55065107+pyrrolizin@users.noreply.github.com> Date: Fri, 5 Aug 2022 14:19:27 +0200 Subject: [PATCH] google integration: entry is on left side (#23663) --- source/_integrations/google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index e5bc2c3d70b..a7375813175 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -29,7 +29,7 @@ This section explains how to generate a Client ID and Client Secret on 1. The wizard will ask you to choose a project to manage your application. Select a project and click continue. 1. Verify that your calendar API was enabled and click 'Go to credentials' 1. Navigate to APIs & Services (left sidebar) > [Credentials](https://console.cloud.google.com/apis/credentials) -1. Click on the field on the right of the screen, **OAuth Consent Screen**. +1. Click on the field on the left of the screen, **OAuth Consent Screen**. 1. Select **External** and **Create**. 1. Set the *App Name* (the name of the application asking for consent) to anything you want e.g. *Home Assistant*. 1. You then need to select a *Support email*. To do this, simply click the drop down box and select your email address.