Fix state class for Overkiz water consumption (#154164)

This commit is contained in:
Yvan13120
2025-10-14 13:49:32 +02:00
committed by Franck Nijhof
parent 70d8df2e95
commit bddd4100c0
+1 -1
View File
@@ -120,7 +120,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
icon="mdi:water",
native_unit_of_measurement=UnitOfVolume.LITERS,
device_class=SensorDeviceClass.WATER,
state_class=SensorStateClass.TOTAL_INCREASING,
state_class=SensorStateClass.TOTAL,
),
OverkizSensorDescription(
key=OverkizState.IO_OUTLET_ENGINE,