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.
This commit is contained in:
Tom Sherman 2025-04-11 12:31:21 +01:00 committed by GitHub
parent 1d1d23d22a
commit 9720d82b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.