lovelace-flower-card icon indicating copy to clipboard operation
lovelace-flower-card copied to clipboard

temperature gauge is inaccruate if unit_system: imperial

Open sn3ak opened this issue 5 years ago • 0 comments

When unit_system: imperial is set, the gauge is 100% pink. Clicking on the card reveals the temperature is correctly converted to Fahrenheit. measurement dict correctly shows: { "temperature": "°F", -snip- } however it appears the gauge is still still looking for the measurement of metric, thus shows a temperature that is much higher then the set limit.

I've looked to see if there is a way to handle this, and automatically make the adjustment but I don't see a means to do so, however I'm not a programmer and the answer could be staring me in the face.

changing unit_system: imperial to unit_system: metric and restarting HA works as expected.

sn3ak avatar Jun 13 '19 03:06 sn3ak