ha-melcloud-custom icon indicating copy to clipboard operation
ha-melcloud-custom copied to clipboard

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

Open Roos-AID opened this issue 4 months ago • 2 comments

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

Roos-AID avatar Feb 09 '24 18:02 Roos-AID