diff --git a/docs/frontend/custom-ui/registering-resources.md b/docs/frontend/custom-ui/registering-resources.md index d81a61668a7..22a7f7128c9 100644 --- a/docs/frontend/custom-ui/registering-resources.md +++ b/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 ::: ![Screenshot of the Advanced Mode selector found on the Profile page](/img/en/frontend/frontend-profile-advanced-mode.png) + +Alternatively, you can also register the resource by adding it to the `resources` section of `lovelace` in the configuration: + +```yaml +resources: + - url: /local/.js + type: module +```