tomaae / homeassistant-truenas

TrueNAS integration for Home Assistant
Apache License 2.0
183 stars 16 forks source link

[Bug] Integration using deprecated constants removed in HA Core 2025.1 #137

Closed 35gh closed 8 months ago

35gh commented 8 months ago

The following warnings are displayed in logs after updating to HA Core 2025.1:

DATA_GIBIBYTES was used from truenas, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIBIBYTES instead, please create a bug report at https://github.com/tomaae/homeassistant-truenas/issues
DATA_KIBIBYTES was used from truenas, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KIBIBYTES instead, please create a bug report at https://github.com/tomaae/homeassistant-truenas/issues
TEMP_CELSIUS was used from truenas, 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/tomaae/homeassistant-truenas/issues

Thanks!

tomaae commented 8 months ago

already does not exist in master