Mmodarre / pyfujitsu_for_homeassistant

MIT License
31 stars 33 forks source link

Deprecations in Home Assistant #25

Open erikbjork opened 6 months ago

erikbjork commented 6 months ago

Some constants used in this plugin are deprecated and will be removed in Home Assistant 2025.1:

2024-02-04 07:48:54.962 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.964 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.965 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.967 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_AUTO was used from fujitsu_general_heatpump, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.968 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_DRY was used from fujitsu_general_heatpump, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.DRY instead, please report it to the author of the 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.970 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_FAN_ONLY was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.972 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_FAN_MODE was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.973 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_SWING_MODE was used from fujitsu_general_heatpump, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.SWING_MODE instead, please report it to the author of the 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.975 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.976 WARNING (MainThread) [homeassistant.components.climate.const] SUPPORT_AUX_HEAT was used from fujitsu_general_heatpump, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.AUX_HEAT instead, please report it to the author of the 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.978 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.979 WARNING (MainThread) [homeassistant.components.climate.const] CURRENT_HVAC_IDLE was used from fujitsu_general_heatpump, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please report it to the author of the 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:54.981 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from fujitsu_general_heatpump, 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 'fujitsu_general_heatpump' custom integration
2024-02-04 07:48:57.118 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.fujitsu_general_heatpump.climate.FujitsuClimate'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|FAN_MODE|SWING_MODE: 41>, please report it to the author of the 'fujitsu_general_heatpump' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-02-04 07:49:01.744 WARNING (MainThread) [homeassistant.components.template.weather] The 'forecast_template' option near /config/packages/weather/templates.yaml:3 is deprecated, please remove it from your configuration