#All my resources have vanished after creating a new yaml dashboard

1 messages · Page 1 of 1 (latest)

whole lodge
#

I created a new dashboard and tried transitioning away from Minimalist and creating one with the Rounded theme, and for some reason all of my resources have vanished from both dashboards.

Now my entire dashboard is full of errors saying "custom element doesn't exist: xyz". I've cleared my cache and also redownloaded the resources, but no luck. I've also reloaded the frontend themes and again no luck. This never happened before I created the new dashboard, which I made by adding this code in configuration.yaml:

lovelace:
  mode: yaml 
  dashboards:
    lovelace-home:
      mode: yaml
      title: Home
      icon: mdi:home
      show_in_sidebar: true
      filename: ui_rounded/dashboard/ui-lovelace.yaml
#

/config/lovelace/resources shows no resources found

#

HA version is 2024.9.3 and it didn't happen until I created the new dashboard

#

I haven't touched anything in the www/community folder so I'm really unsure as to why this is happening

ashen summit
#

You cannot add your resources via the UI when in yaml mode

#

i.e.

whole lodge
#

I see

#

so I need to add

  url etc```
ashen summit
#

Yes, you need to add all resources based on the link tinkerer supplied

whole lodge
#

got it