Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/docs/installation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ Now that we have downloaded and placed the files, its time to do some configurat
```yaml
lovelace:
mode: "storage"
resources:
- url: "/hacsfiles/button-card/button-card.js"
type: "module"
- url: "/hacsfiles/my-cards/my-cards.js"
type: "module"
- url: "/hacsfiles/kiosk-mode/kiosk-mode.js"
type: module
- url: "/hacsfiles/lovelace-card-mod/card-mod.js"
type: module
- url: "/hacsfiles/mini-graph-card/mini-graph-card-bundle.js"
type: module
- url: "/hacsfiles/lovelace-layout-card/layout-card.js"
type: module
- url: "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900"
type: css
dashboards:
hacasa-dashboard:
mode: "yaml"
Expand Down
Loading