question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HACS icon on left sidebar sometimes doesn't appear/is blank

See original GitHub issue

Installation 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

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

Screen Shot 2020-06-14 at 4 17 36 PM

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
ludeeuscommented, Jun 17, 2020

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.

2reactions
rccolemancommented, Jun 19, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found