Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
buba447 opened this issue Mar 29, 2024 · 1 comment
Open

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

buba447 opened this issue Mar 29, 2024 · 1 comment

Comments

@buba447
Copy link

buba447 commented Mar 29, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants