From be5fe29dc9ade8c67b09128a33041ebdf11e3d14 Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Fri, 20 Jan 2023 16:00:05 -0700 Subject: [PATCH] Correct pet_weight sensor state class in litterrobot (#86320) --- homeassistant/components/litterrobot/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/litterrobot/sensor.py b/homeassistant/components/litterrobot/sensor.py index 0784af83585c..730ead471fe2 100644 --- a/homeassistant/components/litterrobot/sensor.py +++ b/homeassistant/components/litterrobot/sensor.py @@ -141,7 +141,7 @@ ROBOT_SENSOR_MAP: dict[type[Robot], list[RobotSensorEntityDescription]] = { name="Pet weight", native_unit_of_measurement=UnitOfMass.POUNDS, device_class=SensorDeviceClass.WEIGHT, - state_class=SensorStateClass.MEASUREMENT, + state_class=SensorStateClass.TOTAL, ), ], FeederRobot: [