ha-warmup/warmup

Warmup.set_override service localize temperature parameter

Opened this issue · 2 comments

rct commented

On a Home Assistant system configured for Imperial units, the service warmup.set_override needs to be called with a temperature parameter in Celsius, not Fahrenheit.

The example data presented by the UI doesn't specify what units temperature should be in.

Calling the service with a value in Fahrenheit doesn't generate an error, but does appear to be silently rejected because the temperature is out of range.

artmg commented

This could be investigated and tested as part of #48

rct commented

This is probably related to #38. See comments in #38 and #48.