We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b81e9 commit 85ec74cCopy full SHA for 85ec74c
custom_components/daikin_onecta/sensor.py
@@ -336,6 +336,7 @@ def __init__(
336
self._attr_name = f"RateLimit {self._limit_key}"
337
self._attr_unique_id = f"{self._device.getId()}_limitsensor_{self._limit_key}"
338
self._attr_native_value = self.sensor_value()
339
+ self._attr_state_class = SensorStateClass.MEASUREMENT
340
_LOGGER.info(
341
"Device '%s:%s' supports sensor '%s'",
342
device.name,
0 commit comments