From ef9417540df918ec65f8b1f8f93d945c2bbba89d Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:53:00 +0200 Subject: [PATCH] Add instruction when My Home Assistant is disabled in Husqvarna Automower (#34850) * Add infos for what to to when My Home Assistant is disabled * change positions --- source/_integrations/husqvarna_automower.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/husqvarna_automower.markdown b/source/_integrations/husqvarna_automower.markdown index 9dba15565df..9aac9c28ac9 100644 --- a/source/_integrations/husqvarna_automower.markdown +++ b/source/_integrations/husqvarna_automower.markdown @@ -59,6 +59,20 @@ Your Husqvarna account username/password used for the *Automower® Connect* pho 6. Leave this tab open in browser and continue with Home Assistant configuration. ![Application Overview](/images/integrations/husqvarna_automower/application_overview.png) + +{% details "I have manually disabled My Home Assistant" %} + +If you don't have [My Home Assistant](/integrations/my) on your installation, +you can use `/auth/external/callback` as the redirect URI +instead. + +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`." + +{% enddetails %} + ### Home Assistant The My Home Assistant redirect feature needs to be setup to redirect to your Home Assistant installation. See [My FAQ](https://my.home-assistant.io/faq) for additional information.