From d0be7794e429ba8f4680f25de7e9199cf716e65e Mon Sep 17 00:00:00 2001 From: Maciej Polanczyk <20277154+maciejpolanczyk@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:49:02 +0200 Subject: [PATCH] Add missing setup for https://my.home-assistant.io/ in Home Connect integration (#33330) * Add missing setup for https://my.home-assistant.io/ * Fix linter issue * Fix linter issue * Tiny tweak --------- Co-authored-by: Maciej Polanczyk Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/home_connect.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 9bd0c1e78df..2059bc32a4f 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -42,6 +42,7 @@ 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: `https://my.home-assistant.io/redirect/oauth` +- Go to `https://my.home-assistant.io/` and make sure that your Home Assistant URL is set there. For example: `http://homeassistant:8123/` or `http://homeassistant.local:8123` *Important*: - **Power on** all your appliances during the integration configuration process; otherwise appliance programs list will be empty.