bremor / bonaire_myclimate

Reverse engineered implementation of the Bonaire MyClimate app.
19 stars 6 forks source link

Upcoming deprecations in 2025.1 #32

Open boc-the-git opened 4 months ago

boc-the-git commented 4 months ago

Hey Brendan, please see these upcoming deprecations.

From the logs:

2024-04-10 21:52:51.019 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.021 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.022 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.024 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_FAN_ONLY was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.027 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.030 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_PRESET_MODE was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please report it to the author of the 'bonaire_myclimate' custom integration
2024-04-10 21:52:51.033 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_FAN_MODE was used from bonaire_myclimate, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.FAN_MODE instead, please report it to the author of the 'bonaire_myclimate' custom integration

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