Fix invalid state class in litterrobot (#89380)
This commit is contained in:
parent
feb3f543be
commit
2626dd2c83
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue