Correct pet_weight sensor state class in litterrobot (#86320)

This commit is contained in:
Nathan Spencer
2023-01-21 00:00:05 +01:00
committed by GitHub
parent 58bfeb3110
commit be5fe29dc9
@@ -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: [