geoffdavis / esphome-mitsubishiheatpump

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

Expose controls for horizontal and vertical vane position/mode for lambda function access #170

Open incase opened 1 month ago

incase commented 1 month ago

Hi.

Essentially, if equivalents of on_vertical_swing_change()/on_horizontal_swing_change() (or those functions) would be public instead of protected, it would be much easier for us to integrate from our smart home solution (which publishes control info to mqtt) into our ACs.

Cheers, Sven

incase commented 1 month ago

Should probably be equivalents of update_swing... functions. Or just those functions.