So I have a set of sensors named
Sensor.abc_label1
Sensor.abc_label2
Sensor.abc_labeln
I have also an input_select with label1, labeln as options
I need to pass the value of an attribute of one of the sensors , dynamically selected through the input select to a script.
What would be the right template?