I would like to reorder the devices so that my light switches are the very first devices on the page, currently its my AVR that is displayed first. Secondly is there a way to remove Zone2? I don’t use it and don’t want to see it.
ih8gates
(Scott Reston)
December 5, 2016, 9:42pm
2
This won’t change order, but it’ll get you started on removing items, grouping on to cards, and adding tabs to the HASS interface:
silvrr
December 5, 2016, 9:58pm
3
Not sure if the order function is still available.
I’ve been playing with the group ordering and I have found a fix that has been working for me through reloads. If you put your groups into the customize section, and put an order on it, it should honor that order. An example of mine is below
## group order ##
#default
group.default_view:
order: "10"
group.devices:
order: "1"
group.tools:
order: "2"
#Weather
group.weather:
order: "11"
group.summary:
order: "1"
group.humidity:
order: "2"
group.wind:
order: "3"
grou…