Deprecated constant which will be removed in HA Core 2025.1
fsaris opened this issue · 2 comments
fsaris commented
ENERGY_KILO_WATT_HOUR was used from saj_modbus, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please create a bug report at https://github.com/wimb0/home-assistant-saj-modbus/issues
FREQUENCY_HERTZ was used from saj_modbus, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.HERTZ instead, please create a bug report at https://github.com/wimb0/home-assistant-saj-modbus/issues
POWER_WATT was used from saj_modbus, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.WATT instead, please create a bug report at https://github.com/wimb0/home-assistant-saj-modbus/issues
TEMP_CELSIUS was used from saj_modbus, 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/wimb0/home-assistant-saj-modbus/issues
TIME_HOURS was used from saj_modbus, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.HOURS instead, please create a bug report at https://github.com/wimb0/home-assistant-saj-modbus/issues
Will provide a PR
wimb0 commented
Thanks!
wimb0 commented
I've merged your PR.