geoffdavis / esphome-mitsubishiheatpump

ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection
BSD 2-Clause "Simplified" License
560 stars 153 forks source link

Incompatibilities with ESPHome > 1.19.0 #37

Closed jesserockz closed 3 years ago

jesserockz commented 3 years ago

https://www.github.com/geoffdavis/esphome-mitsubishiheatpump/tree/master/components%2Fmitsubishi_heatpump%2Fespmhp.cpp#L144

ESPHome has changed AUTO to HEAT_COOL

AUTO still exists, but it now has a new meaning and should not be used until AUTO support for ESPHome is added to Home Assistant

geoffdavis commented 3 years ago

Fixed in GH-38