Home Assistant Custom Component for Bosch Indego Lawn Mower
Apache License 2.0
96
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
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..
Found this in my HA logs:
Seems that people at HA find it usefull to change everything again..