I use temperature sensors to show temperature in a picture element card. I would like the color to change depanding on the temperature. e.g. if outside temperature is below zero the number should be blue, otherwise, red. I have done some experiments and searched here without finding the solution I need. Can anyone guide?
Hi, I think you can realize this with this custom card:
Alternatively you can create a template binary sensor, like “temp_below_zero” and use this in a conditional element, but I think the config-template-card is the smarter option.
1 Like