ollo69 / ha-melcloud-custom

Home Assistant custom integration for MelCloud AC devices with additional Swing control and WI-Fi Sensor
Apache License 2.0
21 stars 9 forks source link

Entity None does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. #14

Open Roos-AID opened 5 months ago

Roos-AID commented 5 months ago

Thanks for your great Melcloud solution, with the new throttle it behaves ok for me !

With HA 2024.2.1 and Melcloud V0.3.4

Logger: homeassistant.components.climate Source: components/climate/init.py:354 Integration: Klimaat (documentation, issues) First occurred: 17:26:49 (9 occurrences) Last logged: 17:26:49

Entity None (<class 'custom_components.melcloud_custom.climate.AtaDeviceClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/ollo69/ha-melcloud-custom/issues Entity None (<class 'custom_components.melcloud_custom.climate.AtaDeviceClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/ollo69/ha-melcloud-custom/issues Entity None (<class 'custom_components.melcloud_custom.climate.AtaDeviceClimate'>) implements HVACMode(s): off, heat, dry, cool, fan_only, heat_cool and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/ollo69/ha-melcloud-custom/issues

ollo69 commented 4 months ago

This is due to a change implemented in HA 2024.2 as reported here, to fix this I need to break compatibility with previous HA version. Because there is an elapsed of 1 here to fix this, I will wait for a couple of new mayor HA version before implement this,

Roos-AID commented 4 months ago

Thanks, agree