Adjust icons with new device classes (#79348)
* Adjust icons with new device classes * Fix mysensors tests * Fix mysensors tests
This commit is contained in:
parent
52cdae254c
commit
fb7079c62c
5 changed files with 4 additions and 5 deletions
|
@ -109,7 +109,6 @@ ROBOT_SENSOR_MAP: dict[type[Robot], list[RobotSensorEntityDescription]] = {
|
|||
RobotSensorEntityDescription[LitterRobot4](
|
||||
key="pet_weight",
|
||||
name="Pet weight",
|
||||
icon="mdi:scale",
|
||||
native_unit_of_measurement=MASS_POUNDS,
|
||||
device_class=SensorDeviceClass.WEIGHT,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue