Archive: lovelace notes
This commit is contained in:
parent
567c0cbda1
commit
ced116421f
1 changed files with 12 additions and 0 deletions
12
lovelace/README.md
Normal file
12
lovelace/README.md
Normal 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.
|
||||||
Loading…
Reference in a new issue