hultenvp / solis-sensor

HomeAssistant integration for the SolisCloud PV Monitoring portal via SolisCloud API
Apache License 2.0
190 stars 41 forks source link

Deprecated device class and state class #342

Closed hultenvp closed 5 months ago

hultenvp commented 5 months ago

DEVICE_CLASS_ENERGY was used from solis, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please create a bug report at https://github.com/hultenvp/solis-sensor/issues 3:55:06 PM – (WARNING) helpers/deprecation.py - message first occurred at 3:55:06 PM and shows up 6 times STATE_CLASS_MEASUREMENT was used from solis, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorStateClass.MEASUREMENT instead, please create a bug report at https://github.com/hultenvp/solis-sensor/issues 3:55:06 PM – (WARNING) Sensor - message first occurred at 3:55:06 PM and shows up 4 times