Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Oct 30, 2024
2 parents ad62640 + 746402f commit 506fb3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1559,21 +1559,21 @@
'exclude_miot_properties': 'vacuum_frameware_version,restricted_sweep_areas,restricted_walls,room_information,'
'order_clean,map_complete_dialog,current_cleaning_config,user_define_sweep_cfg,'
'water_check_list,sweep_ai_object,sweep_furniture,carpet_object,vacuum_route,'
'fault_ids,plugin_info_remind,enable_time_period,current_no_disturb,'
'current_physical_control_lock,current_no_disturb',
'fault_ids,plugin_info_remind,enable_time_period,current_no_disturb,sweep_route,'
'current_physical_control_lock,current_no_disturb,obstacle_avoidance_strategy,'
'carpet_deep_cleaning,carpet_discriminate',
'binary_sensor_properties': 'mop_status',
'sensor_properties': 'status,cleaning_area,cleaning_time,water_check_status,battery_level,charging_state,'
'mop_life_level,brush_life_level,filter_life_level,detergent_left_level,'
'dust_bag_life_level',
'switch_properties': 'enable_mop_wash,sweep_break_switch,auto_dust_arrest,ai_cleaning,hot_water_mop_wash,'
'auto_mop_dry,auto_water_change,use_detergent,mop_auto_lift,'
'auto_mop_dry,auto_water_change,use_detergent,mop_auto_lift,carpet_boost,carpet_avoidance,'
'sweep_ai_detection,dirt_detection,object_detection,room_detection,solid_dirt_detection,'
'floor_material_detection,liquid_dirt_detection,defecation_detection,'
'edge_swing_tail_sweep,detergent_self_delivery,cut_hair_config,ai_managed_cleaning,'
'carpet_boost,carpet_avoidance,carpet_deep_cleaning,carpet_discriminate',
'floor_material_detection,liquid_dirt_detection,defecation_detection,cut_hair_config,'
'edge_swing_tail_sweep,detergent_self_delivery,ai_managed_cleaning',
'select_properties': 'mode,sweep_mop_type,sweep_type,clean_times,mop_water_output_level,drying_time,alarm'
'water_output_for_washing_mop,dust_arrest_frequency,edge_sweep_frequency,sweep_route,'
'carpet_cleaning_method,obstacle_avoidance_strategy,detergent_self_delivery_level',
'water_output_for_washing_mop,dust_arrest_frequency,edge_sweep_frequency,'
'carpet_cleaning_method,detergent_self_delivery_level',
'number_properties': 'volume',
'button_actions': 'start_sweep,start_only_sweep,start_mop,start_sweep_mop,start_custom_sweep,start_dry,'
'pause_sweeping,continue_sweep,stop_and_gocharge,start_charge,start_mop_wash,start_cut_hair,'
Expand Down

0 comments on commit 506fb3a

Please sign in to comment.