input_select:
monday:
options:
- 1
- 2
tuesday:
options:
- 1
- 2
wednesday:
options:
- 1
- 2
thursday:
options:
- 1
- 2
This gives:
- monday
- thursday
- tuesday
- wednesday
Instead of (the wanted):
- monday
- tuesday
- wednesday
- thursday
How can I define the order (non alphabetical or numerical) of input_selects?