I recently noticed I had a bunch of HA updates and have been away from home. So last night I updated everything. When I click on my dash, it renders quickly but then it shows errors attaching to most of my sensors. I have rebooted HA, rebooted my PC. Now here's the weird part, it works fine in Chome and works fine in my Galaxy Tablet, just not Microsoft Edge. I have a dedicated monitor running edge for my HA dash. Any ideas?
#Dash renders, then freaks out.
1 messages · Page 1 of 1 (latest)
When its OK on other browsers, it is most likely a caching issue with Edge. See the pinned post from Thomas in this channel how to tackle caching issues.
Thank you - appreciate the lead, I'll check that out.
Update; Still not working. I tested this on multiple browsers and also a different computer and still getting the same error. When I went to Settings->Device Services, I noticed that HACS said "Failed to Setup". So when I click inside that. I see this:
I don't know how to fix so I removed it, restarted HA and then reinstalled HACSs and I still get the error. I am not officially out of my element and not sure what to do at this point. Any suggestions?
This bug report on GitHub should provide some help:
https://github.com/hacs/integration/issues/4314
GitHub
System Health details System Information version core-2025.1.0 installation_type Home Assistant OS dev false hassio true docker true user root virtualenv false python_version 3.13.1 os_name Linux o...
It's telling me to to Go to ~/.storage/hacs.repositories I am not sure what that means or how to get there. I am running HA green box.
I tried to find this file but I can't seem to locate it.
So it seems that you use the internal file editor for editing your yaml files and you apparently do not have the Samba share addon installed? I think the internal file editor does not have access to the storage folder. Please install the samba share addon to gain access to this folder. Thereafter you can edit the corresponding files directly from your explorer / finder.
ok, ill figure out how to install that. Thanks.
ok, now I really am stuck 😦 I installed Samba and was able to access the hacs.repositories file and edit in notepad. The instructions say to remove the section that has music-assistant but my repository doesn't have that section. Any ideas?
I dont have the music assistant installed anywhere that i can find
If its not this one then there is another integration causing a problem. Try to identify which one is giving errors. Open and search in [your_ha_ip]/config/logs for an integration throwing errors and also in the /config/home-assistant.log file. De-install and re-install the integration after having also cleared the corresponding entry in ~/.storage/hacs.repositories. If this is also of no help, de-install all integrations and also delete HACS and start again. Make a backup of your HA instance and your work beforehand!
Thank you, ill try that