mirror of
https://github.com/home-assistant/core.git
synced 2025-05-30 18:57:10 +00:00
Correct pet_weight sensor state class in litterrobot (#86320)
This commit is contained in:
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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user