Hey everyone
I have a question regarding lovelace views.
Whatever I do in my ui-lovelace.yaml file, I always have at first the raw config shown in my overview.
I can then browse to my different views that I have set and see them (pages 2, 3, 4)
but then if I reload/refresh the main page (to lose the cache), all views become blank views (no cards)
I can’t figure out why it does that.
I’m guessing the raw config is there because it’s still in cache. But why when I refresh, all views go blank?
I got these two in my config file
lovelace_gen:
lovelace:
mode: yaml
And my ui-lovelace.yaml is where all my views and cards are written. They check out as correct code.
Am I missing something?