Hi i am very new to this.
Is it possible to restore lovelace Overview (Default view) to default setting, i did the mistake to edit it when starting to learn about HA.
Hi i am very new to this.
Is it possible to restore lovelace Overview (Default view) to default setting, i did the mistake to edit it when starting to learn about HA.
Have a look here, and this post.
I use the UI generated Lovelace primarily, but also have a generated view using this:
lovelace:
mode: storage
# Add yaml dashboards
dashboards:
lovelace-generated: # Needs to contain a hyphen (-)
mode: yaml
filename: notexist.yaml
title: Generated
icon: mdi:tools
show_in_sidebar: true
require_admin: true
Thanks that really helped and very easy to do.
I followed this guide:
There’s an easy way to do this now which doesn’t involve deleting any files or the use of any add-ons. Here are the exact steps.
Now you’ll be back to the default auto-generated one.
Perfect, thank you!!