Lovelace View Order

Hi there!

My lovelace config file has gotten a bit on the large size, and I wanted to break it up like this:

ui-lovelace.yaml

title: My House
views: !include_dir_merge_list lovelace/views

And then have folder structure like the following:

ui-lovelace.yaml
lovelace
--views
----home.yaml
----bedroom.yaml
----livingroom.yaml

It works so far as all my views are loaded, but the order appears to be random (not alphabetical based on file, id, or title that I can tell). Is there a way to have it split up like this but control the tab order of views?

Thanks!

Lovelace doesn’t support merging like that, and at some point that’ll stop working. Instead have a look at the merge tool.