I just saw the following warning in my system:
"TEMP_CELSIUS was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'indego' custom integration"
So i changed TEMP_CELSIUS to UnitOfTemperature
Update:
Just saw that also DEVICE_CLASS_CONNECTIVITY and DEVICE_CLASS_PROBLEM will be removed so changed these to BinarySensorDeviceClass.CONNECTIVITY and BinarySensorDeviceClass.PROBLEM
I just saw the following warning in my system: "TEMP_CELSIUS was used from indego, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'indego' custom integration"
So i changed TEMP_CELSIUS to UnitOfTemperature
Update: Just saw that also DEVICE_CLASS_CONNECTIVITY and DEVICE_CLASS_PROBLEM will be removed so changed these to BinarySensorDeviceClass.CONNECTIVITY and BinarySensorDeviceClass.PROBLEM