From 980d0ae81ffa98a1369ae1d132616d41c796c65e Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 27 May 2026 07:21:23 -0400 Subject: [PATCH] Initial repo README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cdc24f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# 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 + +``` +/ + 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 |