We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776681d commit 5dee7c2Copy full SHA for 5dee7c2
docs/frontend/custom-ui/registering-resources.md
@@ -19,3 +19,11 @@ This area is only available when the active user's profile has "advanced mode" e
19
:::
20
21

22
+
23
+Alternatively, you can also register the resource by adding it to the `resources` section of `lovelace` in the configuration:
24
25
+```yaml
26
+resources:
27
+ - url: /local/<name of the resource>.js
28
+ type: module
29
+```
0 commit comments