hello, am using dht11 and d1mini but am getting the temperature in F, not in C
I set my unit_system as metric but doesn’t work I found a manual way to calculate from F to C but it shows doesn’t works quite well it need to show 30 C but shows -30,-47…
value_template: ‘{{ (float(states.sensor.serverines_temperatura.state) | float - 32) * (5/9) | round(1) }}’