Skip to content

Commit bddd410

Browse files
Yvan13120frenck
authored andcommitted
Fix state class for Overkiz water consumption (home-assistant#154164)
1 parent 70d8df2 commit bddd410

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)