I am aware I risk everyone’s wrath by asking question I can very likely find somewhere in documentation but I am happy to admit I am way out of my league here and just barely manage to keep my HASS alive by copypaste. Simply don’t understand most of the stuff around
Anyway, really simple question: I defined two sensors in sensors.yaml reading data from my weather station. WS gives me temperature in C but because I want to calculate heat index later, I want to get those two sensors, one with the result in C, other in F.
However, both give me the same result, temperature in C. How so?
Now I know there are many other ways how to achieve this. I am just curious why this particular one does not work. It looks simple enough…