BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Fix for #149 #150

Closed rhammen closed 8 months ago

rhammen commented 8 months ago

Fix for #149

rhammen commented 8 months ago

FYI: The ClimateEntity and the Water Heater Entity do not specify (do not allow) a "unit_of_measurement " property. Both do however allow the "temperature_unit" property, the Climate Entity even requires it. That is why I changed "unit_of_measurement" --> "temperature_unit" This fixed a problem visible in the UI. For example look at https://user-images.githubusercontent.com/32298537/268449679-0509be37-c97e-4ccc-9015-b077e4ed2990.png It displayed "Off oC". This change in the specified property removes the oC from the UI, so the mode correctly shows "Off" without any unit.