You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: