There was an error while loading. Please reload this page.
1 parent 455c79c commit 35f4c89Copy full SHA for 35f4c89
1 file changed
custom_components/solax_modbus/plugin_solinteg.py
@@ -1176,6 +1176,7 @@ class SolintegModbusSensorEntityDescription(BaseModbusSensorEntityDescription):
1176
key="battery_soc",
1177
native_unit_of_measurement=PERCENTAGE,
1178
device_class=SensorDeviceClass.BATTERY,
1179
+ state_class=SensorStateClass.MEASUREMENT,
1180
register=33000,
1181
scale=0.01,
1182
rounding=2,
0 commit comments