mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
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:
parent
1d1d23d22a
commit
9720d82b0c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user