KiraPC / ha-switchbot-remote

A Custom HomeAssistant Integration to control Switchbot Hub
MIT License
54 stars 3 forks source link

ClimateEntityFeature settings issues #35

Closed MrXANA91 closed 8 months ago

MrXANA91 commented 8 months ago

From Home Assistant logs :

Logger: homeassistant.components.climate Source: components/climate/init.py:361 integration: Climate (documentation, issues)

Entity None (<class 'custom_components.switchbotremote.climate.SwitchBotRemoteClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/KiraPC/ha-switchbot-remote/issues Entity None (<class 'custom_components.switchbotremote.climate.SwitchBotRemoteClimate'>) implements HVACMode(s): auto, cool, dry, fan_only, heat, 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/KiraPC/ha-switchbot-remote/issues

MrXANA91 commented 8 months ago

New PR : https://github.com/KiraPC/ha-switchbot-remote/pull/38

KiraPC commented 8 months ago

Merged