Skip to content

Commit

Permalink
🛀 improve for yeelink.bhf_light (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 30, 2024
1 parent 2462545 commit 4aa6cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,13 +1491,13 @@
'device_class': 'duration',
},
'viomi.vacuum.*': {
'sensor_attributes': 'miio.s_area,miio.s_time',
'sensor_attributes': 'clean_area,clean_time',
'sensor_properties': 'vacuum.status,main_brush_life,side_brush_life,hypa_life,mop_life',
},
'viomi.vacuum.*:miio.s_area': {
'viomi.vacuum.*:clean_area': {
'unit_of_measurement': '㎡',
},
'viomi.vacuum.*:miio.s_time': {
'viomi.vacuum.*:clean_time': {
'unit_of_measurement': 'min',
},
'viomi.washer.*': {
Expand Down

1 comment on commit 4aa6cc4

@al-one
Copy link
Owner Author

@al-one al-one commented on 4aa6cc4 Dec 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.