Skip to content

Commit

Permalink
🧹 add entities for roidmi.vacuum.v60 (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 18, 2024
1 parent 37a8a67 commit d8b3bcb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,21 @@
'unit_of_measurement': 'min',
},
'roidmi.vacuum.v60': {
'exclude_miot_services': 'custom,map',
'interval_seconds': 180,
'button_actions': 'start_sweep,stop_sweeping,find_robot,stop_find_charge,continue_sweep,start_dust,pause,'
'pause_find_charge,continue_find_charge,reset_filter_life,reset_brush_life',
'sensor_properties': 'status,fault,clean_area,clean_time,filter_life_level,brush_life_level,sweep_mode',
'switch_properties': 'mop,auto_boost,double_clean,edge_sweep,led_switch,lidar_collision,mute,'
'station_key,station_led,use_auto_area,map_memory',
'select_properties': 'mode,sweep_type,work_station_freq,water_level,path_type',
'number_properties': 'volume',
'exclude_miot_services': None,
'exclude_miot_properties': 'vacuum.on',
'chunk_coordinators': [
{'interval': 10, 'props': 'status,clean_area,clean_time,mode,sweep_type,water_level', 'notify': True},
{'interval': 60, 'props': 'mop,auto_boost,double_clean,edge_sweep,led_switch,lidar_collision,mute'},
{'interval': 600, 'props': 'filter_life_level,filter_left_time,brush_life_level,brush_left_time'},
],
},
'roidmi.vacuum.*': {
'exclude_miot_services': 'custom',
Expand Down

0 comments on commit d8b3bcb

Please sign in to comment.