wuwentao / midea_ac_lan

Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network.
MIT License
313 stars 16 forks source link

Does not set FanEntityFeature.TURN_OFF/TURN_ON #287

Closed kovacsla closed 2 months ago

kovacsla commented 2 months ago

HA core version

2024.8.2

Current integration version

v0.5.7

Last known working integration version

???

Device type and model

Air Conditioner 00000Q1C

Working mobile app

NetHomePlus

The description of problem

Does not set FanEntityFeature.TURN_OFF/TURN_ON but implements the turn_off/turn_on method.

Log:

WARNING (MainThread) [homeassistant.components.fan] Entity midea_ac_lan.146235046500478_fresh_air (<class 'custom_components.midea_ac_lan.fan.MideaACFreshAirFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. WARNING (MainThread) [homeassistant.components.fan] Entity midea_ac_lan.146235046500478_fresh_air (<class 'custom_components.midea_ac_lan.fan.MideaACFreshAirFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method.

The logs

No response

wuwentao commented 2 months ago

thanks, https://github.com/wuwentao/midea_ac_lan/pull/285 should fix this warning message. still in progress.

wuwentao commented 2 months ago

fixed, it should be available in next release version, thanks!