Brining this one back, it was there in 2022.
2022: Select helper with label and values
Feature Request: Input_select enhancement. Support mapping
Sometime you need use a selector for a service that use certain values “not human”, so, you can create a selector with ugly labels or pretty label and remaped with map or if/else the human value to valid value, that is very boring and add complexity to automation
Example:
- input_select:
oven_program:
name: Oven Program
options:
- label: Pizza
value: 12
- label: Potates
value: 15
initial: 12