travisghansen / hass-opnsense

OPNsense integration with Home Assistant
194 stars 25 forks source link

Integration using deprecated constants removed in HA Core 2025.1 #114

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!

alexdelprete commented 8 months ago

TrueNAS? Probably you took the wrong logs...

Check #111 for the deprecated constants of this integration.

35gh commented 8 months ago

My bad, posted in the wrong project. Closed.