ollo69 / ha-smartthinq-sensors

HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.
Apache License 2.0
1.04k stars 149 forks source link

ClimateEntityFeature.TURN_OFF implements the turn_off method #712

Closed dimitripb closed 4 months ago

dimitripb commented 4 months ago

Describe the bug Since I updated to 0.38.4 an error message appears in HA.

Expected behavior No errors about turn_off/on method

Screenshots N/A

Environment details:

Output of HA logs

    Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues
    Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues
    Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) 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-smartthinq-sensors/issues

Additional context Related to: https://github.com/home-assistant/core/issues/109865

ollo69 commented 4 months ago

Close as duplicated of #692