Closed sciurius closed 2 years ago
I would like to be able to write
color_thresholds: - value: 0 color: "#00ff00" - value: input_number.some_threshold color: "#ff0000"
Alternatively, support for templates would be nice, e.g.
- value: "{{ states('input_number.ithocve_humidity_threshold') }}"
Thanks,
Duplicate of #697
Okay, but shall we keep the input_numbers part?
shall we keep the input_numbers part?
Better to be implemented as a template.
I would like to be able to write
Alternatively, support for templates would be nice, e.g.
Thanks,