home-assistant / my.home-assistant.io

The portal to your home.
https://my.home-assistant.io/
32 stars 19 forks source link

Add-on Link doesn't work in Safari #440

Open buba447 opened 5 months ago

buba447 commented 5 months ago

Install Add-On links lead to a dead in on safari (16.3 on macOS Ventura).

Screenshot 2024-03-28 at 7 40 25 PM

Here's how they look on Firefox

Screenshot 2024-03-28 at 7 35 05 PM

Home Assistant Versions Core 2024.3.3 Supervisor 2024.03.1 Operating System 12.1 Frontend 20240307.0

caenrigen commented 3 weeks ago

For those that want a manual fix:

  1. Go to https://my.home-assistant.io
  2. Right click --> Inspect element. This opens the Safari's Web Inspector.
  3. Storage tab on the top --> Local storage in the side bar.
  4. Right click on the first empty line --> Add New
  5. Add a new Key-Value pair: hassUrl for the Key and http://url.of.your.instance.of.home.assitant:8123 for the Value. Tip: You might have to press the Tab key on your keyboard to be able to move from the Key to Value field.
  6. Press somewhere else and it should be saved.

If you navigate again to https://my.home-assistant.io you should be able to see the value now.

NB reminder that this if you clear the Safari Cache then you have to redo this step.