Closed MaJerle closed 1 month ago
I don't think, it is possible. But maybe you could just extend the list of thresholds to the humidity values' range?
Something like:
color_thresholds:
- value: 0
color: '#FF0000'
- value: 18
color: '#FFFF00'
- value: 20
color: '#00FF00'
- value: 24
color: '#FFFF00'
- value: 28
color: '#FF0000'
- value: 35
color: '#FF0000'
- value: 35.1
color: '#00FF00'
- value: 60
color: '#FFFF00'
- value: 70
color: '#FF0000'
@MaJerle Currently thresholds are defined globally for all entities. There is a related FR, you may start monitoring it or contribute. Meanwhile you may use a method proposed by @akloeckner. Please close the issue if resolved. All per-entity-thresholds-related discussions - please continue in that mentioned thread.
No feedback from OP for more than a month. Closing.
How can we set secondary axis color threshold?
I would like to have different ones for temperature and humidity.