Skip to content
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

Readme needs updating (bug) #398

Open
moryoav opened this issue Aug 22, 2024 · 2 comments
Open

Readme needs updating (bug) #398

moryoav opened this issue Aug 22, 2024 · 2 comments

Comments

@moryoav
Copy link

moryoav commented Aug 22, 2024

The readme says:

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.

@pcb1962
Copy link

pcb1962 commented Aug 22, 2024

in my install /hacsfiles/ is replaced by /www/community/

frontend:
  extra_module_url:
    - /www/community/lovelace-card-mod/card-mod.js

@moryoav
Copy link
Author

moryoav commented Aug 22, 2024

/local/community/ seems to work fine. So the readme needs to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants