Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant deprecation in HA Core #12

Open
true-bluey opened this issue Jan 17, 2024 · 1 comment
Open

Constant deprecation in HA Core #12

true-bluey opened this issue Jan 17, 2024 · 1 comment

Comments

@true-bluey
Copy link

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
Copy link

sddgit commented Mar 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants