Skip to content

Commit

Permalink
Fix path in manual installation (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Feb 5, 2024
1 parent 1ceeef1 commit 00d731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ frontend:
```yaml
frontend:
extra_module_url:
- /hacsfiles/custom-sidebar/custom-sidebar-yaml.js?v1.0.0
- /local/custom-sidebar-yaml.js?v1.0.0
```

4. Make sure you add the correct version at the end of the URL (e.g. `?v=1.0.0`) because in this way you make Home Assistant to load the new version instead of a version stored in cache
Expand Down

0 comments on commit 00d731c

Please sign in to comment.