From b60be28fc09051855725551c476d45b79946cc7d Mon Sep 17 00:00:00 2001 From: KNXBroker Date: Thu, 17 Mar 2022 20:49:29 +0100 Subject: [PATCH] Add prerequisition notes (#22049) --- source/_integrations/home_connect.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 48d04a8fc83..b1b9dff2465 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -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: "`/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: "`/auth/external/callback` + The `` 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: