al-one/hass-xiaomi-miot

Issues with IR Air Conditioner Remote Control

Closed this issue · 0 comments

I have been receiving the following warning for xiaomi_miot.miir_ir02_2336_ir_aircondition_control:

Entity xiaomi_miot.miir_ir02_2336_ir_aircondition_control (<class 'custom_components.xiaomi_miot.climate.MiirClimateEntity'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/al-one/hass-xiaomi-miot/issues
Entity xiaomi_miot.miir_ir02_2336_ir_aircondition_control (<class 'custom_components.xiaomi_miot.climate.MiirClimateEntity'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/al-one/hass-xiaomi-miot/issues
Entity xiaomi_miot.miir_ir02_2336_ir_aircondition_control (<class 'custom_components.xiaomi_miot.climate.MiirClimateEntity'>) implements HVACMode(s): off, auto, cool, heat, dry, fan_only and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/al-one/hass-xiaomi-miot/issues