In my configuration.yaml I have several the same fields input_select for different entitys. I use them to setup on/off timers. Is there way to use some template for “Options” value? Maybe put options list (time values: 12:00, 12:30, 13:00…) to array and then use them as tempate?
input_select:
boiler_mon_on:
options:
- '00:00'
- '00:30'
..
- '23:00'
- '23:30'
boiler_mon_off:
options:
- '00:00'
- '00:30'
..
- '23:00'
- '23:30'
boiler_tue_on:
options:
- '00:00'
- '00:30'
..
- '23:00'
- '23:30'
boiler_tue_off:
options:
- '00:00'
- '00:30'
..
- '23:00'
- '23:30'