0.84.1 Could not find ui-lovelace.yaml after upgrade

I’m using Lovelace for a couple of months. Today I’ve upgraded my HA installatie (part of HassIO) to 0.84.1. After the restart I saw an error like “Could not find or load ui-lovelace.yaml in your config dir” or something like that.

Now HA displays the old Groups.yaml but won’t load Lovelace. I’ve tried to remove Lovelace as default UI setting and after that setting it back on. The file /config/ui-lovelace.yaml exist and is 100% correct.

I see no error in the log or something.

Anyone?

Hi Ruald,

see the Changelog 0.84. The Changes for Lovelace are huge :slight_smile:

Thanks. That’s a major change.

Add the following to your configuration.yaml:
lovelace:
mode: yaml

Thanks, that worked for me.

For avoidance of doubt. That should be:

lovelace:
  mode: yaml
1 Like