Skip to content

Commit 06e4922

Browse files
authored
Fix state class for Overkiz water consumption (home-assistant#154164)
1 parent cdc6c44 commit 06e4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/overkiz/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class OverkizSensorDescription(SensorEntityDescription):
120120
icon="mdi:water",
121121
native_unit_of_measurement=UnitOfVolume.LITERS,
122122
device_class=SensorDeviceClass.WATER,
123-
state_class=SensorStateClass.TOTAL_INCREASING,
123+
state_class=SensorStateClass.TOTAL,
124124
),
125125
OverkizSensorDescription(
126126
key=OverkizState.IO_OUTLET_ENGINE,

0 commit comments

Comments
 (0)