artem-sedykh / mini-climate-card

Minimalistic climate card for Home Assistant Lovelace UI
MIT License
287 stars 19 forks source link

List ordering #27

Closed ghost closed 4 years ago

ghost commented 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?

artem-sedykh commented 4 years ago

I will add the order field