Open WMP opened 2 years ago
Duplicate of #136.
midea-msmart is capable of reading the min/max temperatures the unit is capable of. https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/command.py#L339-L351
We just need to expose those values in the device class and feed them to HA.
In https://github.com/mac-zhou/midea-ac-py/blob/c1bd84c5b664b010a48df2b9c91d0917ead93044/custom_components/midea_ac/climate.py#L325 you decclare that min_temp can be 17, but from app or remote controler i can set 16. Is possible to configure this, or you can change 17 to 16?