dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
611 stars 117 forks source link

DEVICE_CLASS_TEMPERATURE deprecated constant which will be removed in HA Core 2025.1. #372

Closed Joebinator closed 6 months ago

Joebinator commented 6 months ago

Hello there!

I have made the Update to Home Assistant Core 2024.5

DEVICE_CLASS_TEMPERATURE was used from thermal_comfort, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TEMPERATURE instead, please report it to the author of the 'thermal_comfort' custom integration DEVICE_CLASS_HUMIDITY was used from thermal_comfort, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.HUMIDITY instead, please report it to the author of the 'thermal_comfort' custom integration

maybe you could look into it :)

Joebinator commented 6 months ago

Re-Installed the Integration, now works well.