Skip to content

Commit

Permalink
🍗 add support for xiaomi.fryer.maf07d (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 13, 2024
1 parent 0e5e42d commit a9b98aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,20 @@
'select_properties': 'mode,heat_level',
'number_properties': 'a_countdown,b_countdown',
},
'xiaomi.fryer.maf07d': {
'auto_cloud': True,
'interval_seconds': 120,
'button_actions': 'air_fryer.start_cook,pause,cancel_cooking,resume_cook',
'sensor_properties': 'status,fault,left_time',
'switch_properties': 'auto_keep_warm,current_keep_warm,turn_pot_config',
'select_properties': 'mode,turn_pot,texture,target_cooking_measure',
'number_properties': 'target_time,target_temperature,reservation_left_time,cooking_weight',
'exclude_miot_properties': 'recipe_id,recipe_name,recipe_sync',
'chunk_coordinators': [
{'interval': 20, 'props': 'status,target_time,target_temperature,left_time'},
{'interval': 35, 'props': 'fault,mode,reservation_left_time,cooking_weight'},
],
},
'xiaomi.derh.lite': {
'chunk_properties': 1,
'sensor_properties': 'fault,delay_remain_time',
Expand Down

0 comments on commit a9b98aa

Please sign in to comment.