Currently rules are retrieved based on creation order. This means that related rules may not be adjacent. As the list grows it gets more cumbersome to work with.
Having rules be sorted alphabetically would be easier to work with and reward consistent naming such as:
Lights - Dim Bedroom Lights
Lights - Turn on living room lights
Security - Lock Front door at 10:00 PM
Security - Turn on outside lights
or based on room
Bedroom 1 - Rule
Bedroom 2 - Rule
Dining Room - Rule
Kitchen - Rule
etc.
I would think this would be an easy change to make.
Please tell me if I’m creating these feature requests in the wrong place.
@Gary_Milne, can you please take a screenshot of your rule list? The rule list should be sorted alphabetically, and I am wondering why it looks different for you then. Thanks.
Here it is and I think I have a fair guess at the problem. Is the current sort order ASCII based? If so that would put anything capitalized ahead of anything that wasn’t which seems to be the case.
Thanks @Gary_Milne. Yes, the sort is effectively ASCII based and case sensitive (technically Unicode). It does make more sense to be case insensitive, so I’ve added it to our list.