ha-dashboard-graveyard/README.md
2026-05-27 07:21:23 -04:00

28 lines
1.1 KiB
Markdown

# ha-dashboard-graveyard
Archive of retired Home Assistant Lovelace dashboard configs from the homelab's HA NUC (Yosemite, 192.168.1.244).
## Why
Dashboards retired from active use shouldn't stay in HA's `.storage/` indefinitely — they accumulate stale entity references, complicate audits (e.g. the mmWave `presence_information` migration), and bloat HA backups. This repo snapshots each retired dashboard's config JSON so it can be re-imported later if needed, without keeping it live.
## Layout
```
<dashboard-url-path>/
config.json # full Lovelace config from `lovelace/config` WebSocket API
README.md # why it was retired, last active date, replacement (if any)
```
## Restore procedure
1. In HA UI: Settings → Dashboards → Add dashboard (storage mode)
2. Pick a URL path matching the folder name in this repo
3. Use `WebSocket lovelace/config/save` with the `config.json` body
(or paste into Raw Configuration Editor)
## Entries
| URL path | Last active | Why retired | Replacement |
|---|---|---|---|
| [dashboard-tablet](dashboard-tablet/) | 2026-05 | Tablet device no longer in use | n/a |