Reset/restore lovelace to default version 0.116.0

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
1 Like

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.

  1. On your Lovelace dashboard, select the “3 dots” in the top right corner and enter “Configure UI” mode.
  2. Press this same button again and this time select “Raw configuration editor”
  3. On this page you will see a whole bunch of code, simply select everything here and delete it.
  4. Now press “Save” button in the right
  5. It will ask “Are you sure you want to remove your Lovelace UI configuration?” simply hit the “YES” button.

Now you’ll be back to the default auto-generated one.

17 Likes

Perfect, thank you!!