I made a change to my Lovelace interface by removing one view earlier today. Now though I’m trying to open the interface and everything in the overview screen is gone. No homeview, no views, no cards.
The /states interface is still working so I know that the system is still there and automations are still alive too.
Any advice on how to get my interface back? Or even just how to how to start over? I don’t even see a configuration button to create new views.
I changed it in the UI.
I checked it from multiple devices, PCs, Tablets and Phones and all show the blank pane.
I restarted HA, also rebooted the RPie but all no change.
Could an update work as well, at least to give me a chance for a new start? My last backup is for 0.86.2 and it’s probably as much work to get to to where I was yesterday as it would be to start from fresh.
And for the future… how do I best backup my Lovelace setup?
Then it is just a matter of regularly copying the the snapshots somewhere else. I use a progran call free file sync on another PC that is always on to copy my snapshots. Then run a custom component to clean up the old ones:
- id: daily_snapshot_clean_up
alias: Daily Snapshot Clean Up
trigger:
platform: time
at: '06:17:15'
action:
service: clean_up_snapshots_service.clean_up
This is all very complicated and I recommend you just use this (like I should):
OK I found a way back in via the Configurator tool. It gave me access to the Lovelace file.
The view after the view that I deleted has gone and was replaced with NULL. Removing that entry and a restart got me my other views back and I only lost the last one. Damn you Murphy, that one was the picture-elements card…
So next time I’ll delete a view I’ll move it all the way to the back first.