Hello All,
I'm using the excellent echavet/MitsubishiCN105ESPHome integration to control my ACs.
One small pet peeve: the ordering of the fan modes when using the HA selector. They show as per the image below
I would like them to be in logical order (or any custom order really). Is that possible ? If yes how, if not, why
?
I can probably live with it but it's grating my OCD.
Feel free to suggest another place if this is not the right sub-forum to post that one in.
Did you try reading through the Esphome documentation???
Esphome Climate
Somewhere within your Esphome code/config you should see an array of your fan modes listed and whatever order they appear in your code, that's most likely the exact same order that they appear in as default like you're seeing currently. Try editing that list from first/last the way you want it to appear and see if that does the trick.
Also, it really helps a lot more if you can also include your current Esphome config from the very start and then people like myself could have just looked through it for you but, its not included so i cant do much more than give you best guesses....