Arbuzov / hass-broadlink-ac-mqtt

Home Assistant broadlink MQTT addon repository
Apache License 2.0
30 stars 7 forks source link

Shows °F but the actual numbers are coming in as °C #33

Open LordDethman opened 12 months ago

LordDethman commented 12 months ago

I am migrating from a VM running the original scripts. I had to update the actual Python in my version so that it told HomeAssistant that is was reporting in °C and then HomeAssistant would properly convert to °F. Since this just pulls the original repo I am not sure if there is a way to fix this one item.

LordDethman commented 12 months ago

Specifically, I had to add ,"temperature_unit":"C" to the device array. I am trying to clone your repo and fix it myself but I am not very good at docker so we shall see.