plmilord / Hass.io-custom-component-spaclient

Home Assistant integration - Spa Client
48 stars 16 forks source link

implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature #46

Closed B-Hartley closed 7 months ago

B-Hartley commented 7 months ago

(<class 'custom_components.spaclient.climate.SpaThermostat'>) implements HVACMode(s): heat, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature.

Core: 2024.2.1 Supervisor: 2024.01.1 OS: 11.5

B-Hartley commented 7 months ago

https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/

plmilord commented 7 months ago

Version v2.82 eliminates this warning message.

Thx.