Skip to content

Commit

Permalink
🧹 improve for roborock.vacuum (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 31, 2024
1 parent f0af6b2 commit 37995d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1363,9 +1363,11 @@
'target_position_properties': 'backrest_angle,leg_rest_angle',
},
'roborock.vacuum.*': {
'interval_seconds': 30,
'sensor_attributes': 'props:clean_area,props:clean_time',
'sensor_properties': 'vacuum.status',
'select_properties': 'water_level,mop_mode',
'chunk_coordinators': [],
},
'roborock.vacuum.*:props:clean_area': {
'value_ratio': 0.000001,
Expand Down

1 comment on commit 37995d3

@al-one
Copy link
Owner Author

@al-one al-one commented on 37995d3 Jan 2, 2025

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.