From e115796b80c95e688f277b3f81cdec33592ef0ef Mon Sep 17 00:00:00 2001 From: Adam Sandle <18138428+adamsandle@users.noreply.github.com> Date: Thu, 28 Nov 2024 19:48:55 +0000 Subject: [PATCH] Fix reference to previous step (#36050) --- source/_integrations/google_assistant.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index 210e6b2f6b5..18b4597e37e 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -74,7 +74,7 @@ To use Google Assistant, your Home Assistant configuration has to be [externally 2. Select **Create and Continue**. 3. Under **Select a role**, select **Service Accounts** > **Service Account Token Creator**. 4. Select **Continue** and then **Done**. - 6. Under **Service Accounts**, there should now be an account called [name from 4.1]@[projectname].iam.gserviceaccount.com. + 6. Under **Service Accounts**, there should now be an account called [name from 5.1]@[projectname].iam.gserviceaccount.com. 7. Select the pencil button of that service account. 8. Go to **Keys** and **Add key**. 9. Create a private key in JSON format.