From 9720d82b0c5e30f3e00841df4c2cbc646334c69c Mon Sep 17 00:00:00 2001 From: Tom Sherman Date: Fri, 11 Apr 2025 12:31:21 +0100 Subject: [PATCH] Lowercase SERVICE_ACCOUNT.json extension (#37990) Avoids confusion on systems where editing the file doesn't rename the extension (eg. windows file explorer). When downloading the file via GCP, the file is all lowercase and it's not natural to change the extension to uppercase. --- 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 fc3cda1d2c1..de73cf787a2 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -76,7 +76,7 @@ To use Google Assistant, your Home Assistant configuration has to be [externally 5. Go to **Keys** and **Add key**. 6. Create a private key in JSON format. 7. This will start a download of a JSON file. - 1. Rename the file to `SERVICE_ACCOUNT.JSON`. + 1. Rename the file to `SERVICE_ACCOUNT.json`. 2. In Home Assistant, add this file to your config-folder. This will be the same folder as your {% term "`configuration.yaml`" %}. 8. Go to the **Search (/) for resources, documentation, products, and more** at the top middle and search for **Homegraph API** and select it. 9. Enable the HomeGraph API.