mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Fix invalid state class in litterrobot (#89380)
This commit is contained in:
@@ -140,7 +140,7 @@ ROBOT_SENSOR_MAP: dict[type[Robot], list[RobotSensorEntityDescription]] = {
|
|||||||
name="Pet weight",
|
name="Pet weight",
|
||||||
native_unit_of_measurement=UnitOfMass.POUNDS,
|
native_unit_of_measurement=UnitOfMass.POUNDS,
|
||||||
device_class=SensorDeviceClass.WEIGHT,
|
device_class=SensorDeviceClass.WEIGHT,
|
||||||
state_class=SensorStateClass.TOTAL,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
FeederRobot: [
|
FeederRobot: [
|
||||||
|
Reference in New Issue
Block a user