flake-update-20260505
1# Home Assistant Dashboard - Main Configuration
2# Entry point for the declarative Lovelace UI
3
4# Resources (custom cards from HACS)
5resources: []
6 # Example custom cards:
7 # - url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
8 # type: module
9
10# Dashboard title
11title: Homelab
12
13# Views (pages)
14views:
15 - !include views/overview.yaml
16 - !include views/media.yaml
17 - !include views/downloads.yaml
18 - !include views/infrastructure.yaml
19 - !include views/automation.yaml