From b44bea493a5a89a5ee044c3cbd91a8834dab0eb5 Mon Sep 17 00:00:00 2001 From: Ryan Mahan Date: Sat, 15 Nov 2025 10:47:10 -0500 Subject: [PATCH 1/2] Stronger language around installing nest oauth credentials Clarify instructions for adding OAuth credentials in Home Assistant to push users towards installing them --- source/_integrations/nest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index bb0a64e246c3..f9c88db4ab6f 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -158,7 +158,7 @@ The steps below use *Web Application Auth* with *My Home Assistant* to handle Go ![Screenshot of OAuth Client ID and Client Secret](/images/integrations/nest/oauth_created.png) -8. You now have *OAuth Client ID* and *OAuth Client Secret* needed by Home Assistant. See [Application Credentials](/integrations/application_credentials) for more general detail about how Home Assistant manages credentials. +8. You now have the *OAuth Client ID* and *OAuth Client Secret* needed by Home Assistant. Follow the [instructions for Application Credentials](/integrations/application_credentials) to add the *OAuth Client ID* and *OAuth Client Secret* in Home Assisstant. {% enddetails %} From 3f4d45effe8c101ce73343514dec43c8976670f7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Nov 2025 13:21:12 +0100 Subject: [PATCH 2/2] Apply suggestion from @frenck --- source/_integrations/nest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index f9c88db4ab6f..3bd6937892bf 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -158,7 +158,7 @@ The steps below use *Web Application Auth* with *My Home Assistant* to handle Go ![Screenshot of OAuth Client ID and Client Secret](/images/integrations/nest/oauth_created.png) -8. You now have the *OAuth Client ID* and *OAuth Client Secret* needed by Home Assistant. Follow the [instructions for Application Credentials](/integrations/application_credentials) to add the *OAuth Client ID* and *OAuth Client Secret* in Home Assisstant. +8. You now have the *OAuth Client ID* and *OAuth Client Secret* needed by Home Assistant. Follow the [instructions for Application Credentials](/integrations/application_credentials) to add the *OAuth Client ID* and *OAuth Client Secret* in Home Assistant. {% enddetails %}