mac-zhou / midea-ac-py

Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.
MIT License
531 stars 102 forks source link

Support Mute Function #194

Closed amoyzc closed 2 years ago

amoyzc commented 2 years ago

Currently, all operations will cause the AC to beep, it could be pretty annoying. Are we able to support mute function so we can control the ac without beeping?

The function is supported by the remote control after press the 'led' button on it.

mill1000 commented 2 years ago

~The underlying library supports this function. Just need to expose it to HA. https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/appliance.py#L224-L232~

This is already supported. In your configuration set prompt_tone to false.

amoyzc commented 2 years ago

~The underlying library supports this function. Just need to expose it to HA. https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/appliance.py#L224-L232~

This is already supported. In your configuration set prompt_tone to false.

Ohhhh... Thanks!