Closed ghost closed 4 years ago
On restart, home assistant rewrites lovelace yaml in alphabetical order. So for example
source: Schedule: icon: 'mdi:calendar' name: Schedule Frost Guard: icon: 'mdi:snowflake-alert' name: Frost Guard
Becomes this on hass reboot
source: Frost Guard: icon: 'mdi:snowflake-alert' name: Frost Guard Schedule: icon: 'mdi:calendar' name: Schedule
Buttons have an order option, could lists support this as well?
I will add the order field
order
On restart, home assistant rewrites lovelace yaml in alphabetical order. So for example
Becomes this on hass reboot
Buttons have an order option, could lists support this as well?