Change order of options in input_select

In settings > integrations > helper there is a gui to make and modify input_select lists. But the gui does not allow to change the order of the entries in the list or to add an entry in the middle of the list. I use an input_select to cycle through scenes using the input_select.select_next and input_select.select_previous. So the other of the entries matter and it’s frustrating if I want to add another scene to the list.

I am aware that this can be quickly done in the yaml, but I feel like the gui should support this too.