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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Please make sure you have `javascript_version: latest` in your `configuration.ya
85
85
2. For the following errors:
86
86
- `Uncaught SyntaxError: Unexpected token <`
87
87
88
-
This is most likely because you downloaded the [html](https://github.com/ciotlosm/custom-lovelace/blob/master/gauge-card/gauge-card.js) from gitbut instead of [raw](https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/gauge-card/gauge-card.js). That is not valid javascript. Always make sure you download using `raw` button.
88
+
This is most likely because you downloaded the [html](https://github.com/ciotlosm/custom-lovelace/blob/master/gauge-card/gauge-card.js) from gitbut instead of [raw](https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/gauge-card/gauge-card.js). That is not valid javascript. Always make sure you download using `raw` button. After downloading the file again with the 'raw' button, remember to bump the version number for the custom component speficied in the 'resources' of your lovelace-ui.yaml file.
89
89
90
90
3. For the following errors:
91
91
- `Uncaught SyntaxError: Unexpected identifier`
@@ -101,4 +101,4 @@ You probably are using `thermostat-card` and didn't specify `module` for `type`
101
101
Majority of cards use Apache License, however there are some that have their own LICENSE file.
0 commit comments