-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cards broken when no internet connection #84
Comments
+1 |
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. |
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 #88 (comment) by @abu9 Simply download the |
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
The text was updated successfully, but these errors were encountered: