HACS icon on left sidebar sometimes doesn't appear/is blank
See original GitHub issueInstallation details
Description | Value |
---|---|
HACS version | 1.1.0 |
Home Assistant version | 0.111.2 |
Installation method for HA | Ubuntu KVM/HassOS |
Web browser | Chrome on MacOS |
Web browser version | 83.xxx |
Checklist
- I’m running the newest version of HACS https://github.com/hacs/integration/releases/latest
- I have filled out the issue template to the best of my ability.
- I have read https://hacs.xyz/docs/issues
- This issue is related to the frontend of HACS.
- This issue only contain 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
Sometimes the HACS icon on the left sidebar doesn’t show up, and there’s only a blank space there. I can click on it and HACS loads, so it’s just a problem with the icon on the sidebar.
Steps to reproduce
Observe that sometimes the HACS icon is missing from the sidebar.
Screenshots
Javascript logs from your browser console
Logs
hacs:14 -
}</script><script>import("/frontend_latest/core.cca20d3e.js"),import("/frontend_latest/app.cb642fbe.js"),window.customPanelJS="/frontend_latest/custom-panel.9054f397.js",window.latestJS=!0</script><script type="module" crossorigin="use-credentials" src="/simpleicons/data/si.js"></script><script type="module" crossorigin="use-credentials" src="/browser_mod.js"></script><script type="module" crossorigin="use-credentials" src="/hacsfiles/iconset.js"></script><script>(function() {
I see a reference to /browser_mod.js
in there and I had commented that out of my resources definition because it didn’t seem necessary for my use of brower_mod, so I added it back, refreshed the Lovelace dashboard and the icon showed up. I’m not sure if that’s related, though. I just added this to my resources:
- url: /browser_mod.js
type: module
Could be unrelated, but thought I’d mention it.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
HACS Sidebar Missing - Home Assistant Community
I am currently on HASS 110.2 and when i tried to update HACS to 1.0.3 i get errors in my log and the...
Read more >Configuration options - HACS
Open your Home Assistant instance and show your integrations. ... Side panel icon : The icon you want to display for HACS in...
Read more >I am using the OS and recently went to upgrade to 9.4 but it ...
I am using the OS and recently went to upgrade to 9.4 but it never completed. So I restored to a backup and...
Read more >r/homeassistant icon - Reddit
Resize cards according to 3 predefined sizes. Apply borders/shadows to cards. Less reliance on editing code to customise the look of the card....
Read more >How to automatically backup home assistant to google drive
After the installation completes, toggle the option Show in sidebar to easily access the add-on from the sidebar. Lastly, click on Start to ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That is a feature of HA 0.111.0 The frontend now shows before all integrations have loaded since that icon is provided by the HACS integration, it will not be there (since that integration is not loaded). Refresh/clear cache in the browser and it shows up.
From Bram here: https://github.com/home-assistant/frontend/issues/6187
bramkragten commented 14 hours ago
This is a timing thing, HACS should register its icon before adding itself to the sidebar.
@ludeeus If you agree, can you please reopen this?