mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add prerequisition notes (#22049)
This commit is contained in:
parent
27a5a71b00
commit
b60be28fc0
@ -40,8 +40,8 @@ Note that it depends on the appliance and on API permissions which of the featur
|
||||
|
||||
- Application ID: Home Assistant (or whatever name makes sense to you)
|
||||
- OAuth Flow: Authorization Code Grant Flow
|
||||
- Redirect URI: "`<INTERNAL_HOME_ASSISTANT_URL>/auth/external/callback`
|
||||
Use your internal Home Assistant URL, if you didn't configure one manually, use your local IP address. Examples: `http://192.168.0.2:8123/auth/external/callback`, `http://homeassistant.local:8123/auth/external/callback`."
|
||||
- Redirect URI: "`<HOME_ASSISTANT_URL>/auth/external/callback`
|
||||
The `<HOME_ASSISTANT_URL>` must be the same as used during the configuration / authentication process. Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://homeassistant.local:8123/auth/external/callback`."
|
||||
|
||||
Next, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user