jeatheak / Mitsubishi-WF-RAC-Integration

WF-RAC homeassistant integration
MIT License
125 stars 23 forks source link

Since the latest HA Core update I get warnings about deprecated constants being used #74

Closed kverpoorten closed 8 months ago

kverpoorten commented 8 months ago
2024-01-12 07:49:47.751 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_COOL was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:47.759 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:47.767 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_DRY was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:47.776 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_FAN_ONLY was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:47.784 WARNING (MainThread) [homeassistant.components.climate.const] HVAC_MODE_AUTO was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:49.036 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:49.044 WARNING (MainThread) [homeassistant.const] ENERGY_KILO_WATT_HOUR was used from mitsubishi_wf_rac, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please report it to the author of the 'mitsubishi_wf_rac' custom integration
2024-01-12 07:49:49.435 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from mitsubishi_wf_rac, 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 'mitsubishi_wf_rac' custom integration
kverpoorten commented 8 months ago

never mind, I see you made a commit 5 days ago to fix these :-)