We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4353bb2 + c4918ed commit 90fd9f4Copy full SHA for 90fd9f4
custom_components/amphiro_ble/sensor.py
@@ -49,7 +49,7 @@
49
key=f"{DeviceClass.VOLUME_DISPENSED}_{UnitOfVolume.LITERS}",
50
device_class=DeviceClass.VOLUME_DISPENSED,
51
native_unit_of_measurement=UnitOfVolume.LITERS,
52
- state_class=SensorStateClass.TOTAL,
+ state_class=SensorStateClass.TOTAL_INCREASING,
53
),
54
(SSDSensorDeviceClass.TEMPERATURE, UnitOfTemperature.CELSIUS): SensorEntityDescription(
55
key=f"{SSDSensorDeviceClass.TEMPERATURE}_{UnitOfTemperature.CELSIUS}",
@@ -61,7 +61,7 @@
61
key=f"{DeviceClass.TIME}_{UnitOfTime.SECONDS}",
62
device_class=DeviceClass.TIME,
63
native_unit_of_measurement=UnitOfTime.SECONDS,
64
65
66
}
67
0 commit comments