MTrab/danfoss_ally

A few deprecated constants

Closed this issue · 0 comments

S1LL commented

Hi,
I just noticed couple of HA Core logs with some future changes. Nothing crucial just posting it here...

Environment:

  • Home Assistant version: 2024.1.2
  • danfoss_ally version: 1.2.1
  • Operation system: HAOS

Debug log

TEMP_CELSIUS was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues

HVAC_MODE_AUTO was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues
HVAC_MODE_HEAT was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues
HVAC_MODE_OFF was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues
CURRENT_HVAC_HEAT was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues
CURRENT_HVAC_IDLE was used from danfoss_ally, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please create a bug report at https://github.com/MTrab/danfoss_ally/issues