Add it to ui-lovelace.yaml
resources:
- url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js
type: js
Add it to ui-lovelace.yaml
resources:
- url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js
type: js
What fixed it for me was removing the extra stuff on the url in resources. I had ?v=xxxx
on the end of all my url lines which used to be to make sure you got changes loaded. When I removed that from all the urls, HACS no longer shows the cards as not loaded.
@Bmounir, I think the information should go to the configuration.yaml. At least I do.
@brucehvn, yes indeed, that did the trick for me as well :-). Thanks!
The ?vxxx was once considered as a best practice. Not any longer it seems. Anyone with a clear view on this?
Ok had same problem with 1 card (mini media player). This fixed it for me:
Hm⌠just had the same issue. Uninstalled everything, restarted HA and not in HACS I canât find my Lovelace plugins any more (e.g. mini-graph-cardâŚ)
Any idea how I can get them back?
Cheers,
Georg
In HACS you need to add them using the orange â+â in the bottom right
exactly this. The issue started today and random cards seem to be affected. Rebooting/restarting did not help, so I did a reinstall of all the cards, which worked.
Same issue
I just looked at the module GUI, saw which ones werenât there, and guessed their names from the others, and added them in manually. Also reboot HA, refresh browser tab might help sometimesâŚ
Same problem all the sudden. Removed HACS and reinstalled from scratch. Ended up in the exact same place. Because of this HACS is entirely unusable. Anytime I add/remove a card some other card breaks. Right now âWeatherâ card wonât load because I uninstalled mini-media-player.
This seems to be entirely related to running HACS behind a reverse proxy. I had recently told HA what my âexternal_urlâ is and doing that seems to be what broke HACS. Removing my âexternal_urlâ setting (letting HA guess,it gets the http protocol wrong) allows HACS to work fine again.
Hmm⌠I changed my internal URL to my external URL, because of HTTPS errors. My config:
External URL: https://***.duckdns.org:443/
Internal URL: https://***.duckdns.org:443/
This was it!
How did you uninstall the card ? I donât find that option anywhere.
You really shouldnât bump a 3-year old thread. Anyway in HACS you should be able to use the overflow menu to find the uninstall button once you clicked on the card you installed under Frontend.
Thanks so much. That was easy and I should have found it myself. THANKS again !
Wondering if someone can help - Iâve just noticed this in HACS too
Whatâs really strange is that, while it says theyâre not enabled, they ARE - I have dashboard that using some of the ones itâs highlighted (as outlined here) yet the requisite frontend integrations work as expected
Anyone know the cause of this or how to fix? If they were broken Iâd just uninstall - but theyâre working
(note: I did make a couple of changes today - enabled experimental mode to get the separate update entities earlier and it didnât seem to show this before and set up a new mobile app)
EDIT:
Oddly - if I access HACS from my REMOTE url then I can click into the frontend addons that arenât working, they suddenly appear as working in the local view⌠not a clue why⌠possibly something to do with remote being https but local not?
I create âui-lovelace.yamlâ restart HA and it worked. TY