gkreitz / homeassistant-grohe_sense

Grohe Sense integration for Home Assistant
MIT License
42 stars 25 forks source link

2024.1 Homeassistant depricatin warning DEVICE_CLASS_TEMPERATURE and VOLUME_LITERS #38

Open pschyrembel258 opened 8 months ago

pschyrembel258 commented 8 months ago

DEVICE_CLASS_TEMPERATURE was used from grohe_sense, 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 'grohe_sense' custom integration VOLUME_LITERS was used from grohe_sense, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.LITERS instead, please report it to the author of the 'grohe_sense' custom integration