RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
309 stars 104 forks source link

Support turn_on #146

Closed azuwis closed 1 year ago

azuwis commented 1 year ago

Without this, calling climate.turn_on will always set climate mode to heat, see home-assistant climate component source code here https://github.com/home-assistant/core/blob/40b5605cafcf81925c6066545b0bc226ee78a4e4/homeassistant/components/climate/__init__.py#L546

RobHofmann commented 1 year ago

Thanks for this! Good addition!