scottyphillips / echonetlite_homeassistant

A Home Assistant custom component for use with ECHONET enabled devices.
MIT License
119 stars 40 forks source link

Entity None (<class 'custom_components.echonetlite.climate.EchonetClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. #172

Closed mattbodley closed 2 months ago

mattbodley commented 3 months ago

ogger: homeassistant.components.climate Source: components/climate/init.py:354 Integration: Climate (documentation, issues) First occurred: 6:14:23 PM (12 occurrences) Last logged: 6:14:23 PM

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

scottyphillips commented 2 months ago

This has been resolved in the beta 3.8.0 so closing