5f01411780
Initial snapshot of Home Assistant config (HAOS 2026.4.4)
prior to dashboard restructuring and helper YAML migration.
Pre-commit cleanup applied:
- Removed blueprints/switch_manager/ (9.4 MB stale, component already gone)
- Removed .storage/switch_manager
- Removed home-assistant.log.{1,old,fault}
- Removed zigbee2mqtt/configuration_backup_v{1..4}.yaml
- Removed zigbee2mqtt/database.db.tmp.2024-09-27 (1.5y old)
- Created empty themes/ to satisfy configuration.yaml include
.gitignore uses allowlist strategy for .storage/ to keep
all tokens, keys, and PINs out of version control.
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
{
|
|
"version": 1,
|
|
"minor_version": 1,
|
|
"key": "lovelace_dashboards",
|
|
"data": {
|
|
"items": [
|
|
{
|
|
"id": "map",
|
|
"icon": "mdi:map",
|
|
"title": "Karte",
|
|
"url_path": "map",
|
|
"require_admin": false,
|
|
"mode": "storage",
|
|
"show_in_sidebar": true
|
|
},
|
|
{
|
|
"id": "dashboard_haustechnik",
|
|
"show_in_sidebar": true,
|
|
"title": "Technik",
|
|
"require_admin": false,
|
|
"mode": "storage",
|
|
"url_path": "dashboard-haustechnik",
|
|
"icon": "mdi:wrench"
|
|
},
|
|
{
|
|
"id": "lovelace",
|
|
"icon": "mdi:view-dashboard",
|
|
"title": "Übersicht",
|
|
"url_path": "lovelace",
|
|
"mode": "storage",
|
|
"require_admin": false,
|
|
"show_in_sidebar": true
|
|
},
|
|
{
|
|
"id": "dashboard_grow",
|
|
"show_in_sidebar": true,
|
|
"icon": "mdi:cannabis",
|
|
"title": "Grow",
|
|
"require_admin": false,
|
|
"mode": "storage",
|
|
"url_path": "dashboard-grow"
|
|
},
|
|
{
|
|
"id": "dashboard_spa",
|
|
"show_in_sidebar": true,
|
|
"icon": "mdi:spa",
|
|
"title": "Spa",
|
|
"require_admin": false,
|
|
"mode": "storage",
|
|
"url_path": "dashboard-spa"
|
|
}
|
|
]
|
|
}
|
|
} |