Archive: lovelace notes

This commit is contained in:
claude 2026-05-27 07:48:52 -04:00
parent 567c0cbda1
commit ced116421f

12
lovelace/README.md Normal file
View file

@ -0,0 +1,12 @@
# lovelace
Snapshot of the legacy `lovelace` Lovelace dashboard (URL path: `/lovelace`). Not the active default — that lives at URL path `default`. This one predates HA's multi-dashboard support and has been kept hidden (`show_in_sidebar: false`) for years.
Retired 2026-05-27.
## Notes
- Mode: storage (UI-managed)
- Title: `Overview`
- `show_in_sidebar`: false (was already hidden in HA)
- Contains legacy mmWave entity references (`binary_sensor.seeedstudio_mmwave_kit_<id>_presence_information`) from before sensors were renamed with room prefixes — these would need remapping to `binary_sensor.<room>_mmwave_presence` if this dashboard is ever restored.