Fix invalid state class in litterrobot (#89380)

This commit is contained in:
epenet 2023-03-08 15:24:19 +01:00 committed by Franck Nijhof
parent b65180d20a
commit 0844a0b269
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -140,7 +140,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.TOTAL,
state_class=SensorStateClass.MEASUREMENT,
),
],
FeederRobot: [