From de84df54eeaacc473ff07c2ae610daa1fcd26bb5 Mon Sep 17 00:00:00 2001 From: Fletcher Date: Fri, 1 Dec 2023 17:28:10 +0800 Subject: [PATCH] Add note about google cred activation delay fixes #29430 (#30088) --- source/_includes/integrations/google_client_secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/google_client_secret.md b/source/_includes/integrations/google_client_secret.md index 71daa330a5d..5e5bf5b0303 100644 --- a/source/_includes/integrations/google_client_secret.md +++ b/source/_includes/integrations/google_client_secret.md @@ -49,6 +49,6 @@ This section explains how to generate a client ID and client secret on - Once you have noted these strings, select **OK**. - If you need to find these credentials again at any point, then navigate to **APIs & Services** > **Credentials**, and you will see **Home Assistant Credentials** (or whatever you named them in the previous step) under **OAuth 2.0 Client IDs**. - To view both the **Client ID** and **Client secret**, select the pencil icon. This will take you to the settings page for these credentials, and the information will be on the right-hand side of the page. -16. Congratulations! You are now the keeper of a client secret. Guard it in your treasure box. +16. Congratulations! You are now the keeper of a client secret. Guard it in your treasure box. In most cases your new credentials will be active within a few moments. However, Google states that activation may take up to five hours in some circumstances. {% enddetails %}