simbaja / ha_gehome

GE Home Appliances (SmartHQ) for Home Assistant
MIT License
349 stars 80 forks source link

homeassistant.components.climate - Entity implements HVACMode without setting the proper ClimateEntityFeature #272

Closed danielgoepp closed 2 months ago

danielgoepp commented 4 months ago

I just upgraded to HA 2024.7.0 and now I am getting the following warning.

2024-07-04 04:42:23.852 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.ge_home.entities.ac.ge_wac_climate.GeWacClimate'>) implements HVACMode(s): off, auto, cool, fan_only and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'ge_home' custom integration
danielgoepp commented 2 months ago

I'm running v0.6.12 and am not seeing this any more. Seems directly related to #268 too, could be duplicate. Closing either way.