sander1988 / Indego

Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
92 stars 29 forks source link

DEVICE_CLASS_PROBLEM was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.PROBLEM instead #214

Closed pdwonline closed 3 months ago

pdwonline commented 4 months ago

Found this in my HA logs:

DEVICE_CLASS_PROBLEM was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.PROBLEM instead
DEVICE_CLASS_CONNECTIVITY was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.CONNECTIVITY instead
DEVICE_CLASS_BATTERY was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead
DEVICE_CLASS_TIMESTAMP was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TIMESTAMP instead
TEMP_CELSIUS was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead

Seems that people at HA find it usefull to change everything again..

kimzeuner commented 4 months ago

Already in progress, see #209 and #205 ;)

sander1988 commented 3 months ago

Fixes are merged #205 into current develop branch. So will be added to next release.