You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance improvements
While card-mod can be installed as a [lovelace resource](https://www.home-assistant.io/lovelace/dashboards/#resources), some functionality will benefit greatly from it being installed as a [frontend module](https://www.home-assistant.io/integrations/frontend/#extra_module_url) instead.
To do that, add the following to your configuration.yaml file and restart Home Assistant:
frontend:
extra_module_url:
- /local/card-mod.js
**You'll need to adjust that path according to where you have installed card-mod.js. If you installed through HACS, this is probably /hacsfiles/lovelace-card-mod/card-mod.js**.
However, the latest HACS update cancelled the /hacsfiles/ folder. I don't know what's replacing it and I'm not updating the latest HACS yet, but with the latest update this folder will break.
The text was updated successfully, but these errors were encountered:
The readme says:
However, the latest HACS update cancelled the /hacsfiles/ folder. I don't know what's replacing it and I'm not updating the latest HACS yet, but with the latest update this folder will break.
The text was updated successfully, but these errors were encountered: