We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc6c44 commit 06e4922Copy full SHA for 06e4922
homeassistant/components/overkiz/sensor.py
@@ -120,7 +120,7 @@ class OverkizSensorDescription(SensorEntityDescription):
120
icon="mdi:water",
121
native_unit_of_measurement=UnitOfVolume.LITERS,
122
device_class=SensorDeviceClass.WATER,
123
- state_class=SensorStateClass.TOTAL_INCREASING,
+ state_class=SensorStateClass.TOTAL,
124
),
125
OverkizSensorDescription(
126
key=OverkizState.IO_OUTLET_ENGINE,
0 commit comments