jeatheak / Mitsubishi-WF-RAC-Integration

WF-RAC homeassistant integration
MIT License
101 stars 19 forks source link

Error message: does not set ClimateEntityFeature.TURN_ON #85

Closed c0mplex1 closed 4 months ago

c0mplex1 commented 4 months ago

Every time when I restart HA I get an error message. (see below) Can this be fixed?

Core 2024.2.1 Supervisor 2024.01.1 Operating System 11.5 Frontend 20240207.1

2024-02-16 14:24:26.710 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/jeatheak/Mitsubishi-WF-RAC-Integration/issues
2024-02-16 14:24:26.710 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/jeatheak/Mitsubishi-WF-RAC-Integration/issues
2024-02-16 14:24:26.711 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) implements HVACMode(s): off, auto, cool, dry, heat, 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/jeatheak/Mitsubishi-WF-RAC-Integration/issues
2024-02-16 14:24:26.713 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/jeatheak/Mitsubishi-WF-RAC-Integration/issues
2024-02-16 14:24:26.713 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/jeatheak/Mitsubishi-WF-RAC-Integration/issues
2024-02-16 14:24:26.714 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.mitsubishi_wf_rac.climate.AircoClimate'>) implements HVACMode(s): off, auto, cool, dry, heat, 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/jeatheak/Mitsubishi-WF-RAC-Integration/issues
Cafun commented 4 months ago

+1

jeatheak commented 4 months ago

Should be fixed in latest release 2024.2.1 Thanks to @hmmbob

Cafun commented 4 months ago

Updated. Seems like it. Thanks!

c0mplex1 commented 4 months ago

Update to 2024.2.1 fixed the issue. Thank you.