Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 39e1e7f

Browse files
Update configuration.md
1 parent 9adff99 commit 39e1e7f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/docs/installation/configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ Now that we have downloaded and placed the files, its time to do some configurat
2626
```yaml
2727
lovelace:
2828
mode: "storage"
29+
resources:
30+
- url: "/hacsfiles/button-card/button-card.js"
31+
type: "module"
32+
- url: "/hacsfiles/my-cards/my-cards.js"
33+
type: "module"
34+
- url: "/hacsfiles/kiosk-mode/kiosk-mode.js"
35+
type: module
36+
- url: "/hacsfiles/lovelace-card-mod/card-mod.js"
37+
type: module
38+
- url: "/hacsfiles/mini-graph-card/mini-graph-card-bundle.js"
39+
type: module
40+
- url: "/hacsfiles/lovelace-layout-card/layout-card.js"
41+
type: module
42+
- url: "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900"
43+
type: css
2944
dashboards:
3045
hacasa-dashboard:
3146
mode: "yaml"

0 commit comments

Comments
 (0)