mihailescu2m / hass-airtouch4-platform

Airtouch4 integration for Home Assistant
10 stars 5 forks source link

Constant deprecation in HA Core #12

Open true-bluey opened 7 months ago

true-bluey commented 7 months ago

Various constants used by airtouch4 have been deprecated image

CURRENT_HVAC_IDLE CURRENT_HVAC_FAN SUPPORT_FAN_MODE SUPPORT_TARGET_TEMPERATURE SUPPORT_PRESET_MODE

sddgit commented 5 months ago

Adding a voice. Also:

Entity None (<class 'custom_components.polyaire.climate.AirTouchACThermostat'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/mihailescu2m/hass-airtouch4-platform/issues
Entity None (<class 'custom_components.polyaire.climate.AirTouchACThermostat'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/mihailescu2m/hass-airtouch4-platform/issues
Entity None (<class 'custom_components.polyaire.climate.AirTouchACThermostat'>) implements HVACMode(s): off, cool, fan_only, dry, heat, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/mihailescu2m/hass-airtouch4-platform/issues

And

Entity None (<class 'custom_components.polyaire.climate.AirTouchACThermostat'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE: 9>, please create a bug report at https://github.com/mihailescu2m/hass-airtouch4-platform/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
Entity None (<class 'custom_components.polyaire.fan.AirTouchGroupDamper'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <FanEntityFeature.SET_SPEED|PRESET_MODE: 9>, please create a bug report at https://github.com/mihailescu2m/hass-airtouch4-platform/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation