vermi0ffh / ha-windhager

Windhager integration in home assistant
7 stars 2 forks source link

Deprecation notice for HA 2025.1 #10

Open vermi0ffh opened 1 month ago

vermi0ffh commented 1 month ago

Log file :

2024-08-28 09:38:53.891 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from windhager, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'windhager' custom integration 2024-08-28 09:38:53.923 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from windhager, 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 'windhager' custom integration 2024-08-28 09:38:53.945 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_PRESET_MODE was used from windhager, 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 'windhager' custom integration 2024-08-28 09:38:53.967 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from windhager, 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 'windhager' custom integration 2024-08-28 09:38:53.988 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from windhager, 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 'windhager' custom integration 2024-08-28 09:38:54.013 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_OFF was used from windhager, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.OFF instead, please report it to the author of the 'windhager' custom integration 2024-08-28 09:38:54.033 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from windhager, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'windhager' custom integration 2024-08-28 09:38:54.056 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from windhager, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'windhager' custom integration 2024-08-28 09:38:54.118 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.windhager.climate.WindhagerThermostatClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|PRESET_MODE: 17>, please create a bug report at https://github.com/vermi0ffh/ha-windhager/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-08-28 09:38:54.118 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.windhager.climate.WindhagerThermostatClimate'>) implements HVACMode(s): 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/vermi0ffh/ha-windhager/issues 2024-08-28 09:38:54.120 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.windhager.climate.WindhagerThermostatClimateWithoutBias'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|PRESET_MODE: 17>, please create a bug report at https://github.com/vermi0ffh/ha-windhager/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation 2024-08-28 09:38:54.120 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.windhager.climate.WindhagerThermostatClimateWithoutBias'>) implements HVACMode(s): 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/vermi0ffh/ha-windhager/issues