I use HACS for years now and by comparing my setup with the one of a friend I saw that they are drastically different.
After some head scraping I discovered that my frontend is 20220906112053 when his is 2024.... The core is up-to-date (1.34.0) and I upgrade everything as soon as there is a new version.
How come my frontend is so much behind in that case, and more importantly: how to update it?
The difference in the frontend might be to customizations.
You can choose different cards with different features.
Some contributors have made iPhone like versions of many cards, called mushroom.
You mean that by adding frontend cards I may have influenced the way HACS looks?
I do build my own dashboards and install card types - but never configured the way HA looks on its own (what I am trying to say is that I use HACS out of the box without any configurations)
“Experimental features” is the new “V2” interface coming soon. Most people get click happy checking off all the “I understand HACS has no add-ons” check boxes at the end of the installation process and click the enable experimental features one too. That is why your friend has a different interface.
yes, I restart HA everytime there is a new version (major or minor). This 2022... version shown by HACS is really old, everything else being up to date (HA, HACS an the integrations)
The new repositories come up at times, but it is not always.
I have not yet found a schedule for when it happens and it seems somewhat irregular at the moment.
And a restart of HA seems to remove them again.
Maybe it is just some extra info it retrieve when it got some bandwidth available.
I just wanted to add a little clarity to this in case others come looking since HACS 1.34 using a frontend version from 2022 might seem like you’re not getting updates.
I was quite confused as well, even so much as the Git changelog for 1.34 mentions updating the frontend to 20240113104905. However, what I didn’t notice at first was that the commit only changed the experimental frontend version. It’s pretty much clear as day when you look at the commit what’s happening: Bump frontend to 20240113104905 (#3450) · hacs/integration@fa5af7e (github.com).
The current non-experimental front-end is still version locked to 20220906112053.
Anyone know where to find information about when the experimental frontend will become the default? Is there maybe a project tracker related to this somewhere?