Skip to content

Commit

Permalink
🧹 improve for xiaomi.vacuum.b108gl (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 20, 2025
1 parent 8e33074 commit 3786aca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@
'number_properties': 'speaker.volume',
},
'xiaomi.vacuum.b108gl': {
'interval_seconds': 120,
'interval_seconds': 150,
'sensor_properties': 'status,fault,cleaning_area,cleaning_time,charging_state,status_extend,'
'brush_life_level,filter_life_level',
'binary_sensor_properties': 'mop_status',
Expand All @@ -1879,8 +1879,10 @@
'carpet_avoidance,carpet_display,sweep_break_switch,edge_sweep_frequency,'
'carpet_cleaning_method,reset_brush_life,reset_filter_life',
'chunk_coordinators': [
{'interval': 10, 'props': 'status,mop_status,cleaning_area,cleaning_time,charging_state', 'notify': True},
{'interval': 15, 'props': 'sweep_mop_type,sweep_type,mode,clean_times,suction_level'},
{'interval': 21, 'props': 'status,mop_status,cleaning_area,cleaning_time,charging_state', 'notify': True},
{'interval': 31, 'props': 'sweep_mop_type,sweep_type,mode,clean_times,suction_level'},
{'interval': 301, 'props': 'brush_life_level,brush_left_time,filter_life_level,filter_left_time'},
{'interval': 302, 'props': 'frameware_version,current_physical_control_lock'},
],
},
'xiaomi.vacuum.b108gl:cleaning_area': {
Expand Down

0 comments on commit 3786aca

Please sign in to comment.