Open studiowena opened 11 months ago
I have the same problem, it's very disturbing.
+1 Did someone find a solution or an alternative to fix this issue ?
seems there is a larger issue with this component - since the server https://unpkg.com is randomly unavailable from different parts of the world (I cannot see it from UAE, but it's perfectly accessible for me from hetzner and azure networks). This of course renders all my dashboards useless ATM...
debugging in chrome confirms it's the problem with access to the third party:
When trying to download it manually, it randomly shows cloudflare error after a long timeout or nothing at all...
whats the problem to have this JS localy on our HA? It should be implemented at beginning... we have to change code to local destination of this script
replacing the path inside /homeassistant/www/community/flex-horseshoe-card/flex-horseshoe-card.js file does not have any effect on existing installation... not sure how to reconfigure it to use this file once the card is already installed.
BTW. looks like the problem with availability of unpkg.com has been addressed and everything is back to normal again.
replacing the path inside /homeassistant/www/community/flex-horseshoe-card/flex-horseshoe-card.js file does not have any effect on existing installation... not sure how to reconfigure it to use this file once the card is already installed.
BTW. looks like the problem with availability of unpkg.com has been addressed and everything is back to normal again.
there is more import in code in this unpkg... so author need to import all stuff or maybe he cant cuz of license of lib?
Same problem here - hopefully it will be fixed (i.e. cards will become independent of an internet connection).
+1. I love the horseshoe card but it goes against my principles with my HA installation that it should continue to work without internet. Would be great to get this fixed.
i think the solution you all are looking for is described in this https://github.com/AmoebeLabs/flex-horseshoe-card/issues/88#issuecomment-2145334978 by @abu9
Simply download the LitElement
and you are no longer dependent on the internet.
i think the solution you all are looking for is described in this #88 (comment) by @abu9
Simply download the
LitElement
and you are no longer dependent on the internet.
Thank you w0vka!
Hi,
Can You change code to be independed from internet connection and work only from local files downloaded to HA?
i think this broke cards when have no internet connection
please change it to work without internet connection