Use SensorDeviceClass.WEIGHT in components (#79277)
This commit is contained in:
parent
fab3ee90b2
commit
c527defe31
3 changed files with 4 additions and 2 deletions
|
@ -111,6 +111,7 @@ ROBOT_SENSOR_MAP: dict[type[Robot], list[RobotSensorEntityDescription]] = {
|
|||
name="Pet weight",
|
||||
icon="mdi:scale",
|
||||
native_unit_of_measurement=MASS_POUNDS,
|
||||
device_class=SensorDeviceClass.WEIGHT,
|
||||
),
|
||||
],
|
||||
FeederRobot: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue