Skip to content

Commit

Permalink
🍗 improve for careli fryer (#2024)
Browse files Browse the repository at this point in the history
al-one committed Dec 12, 2024
1 parent aaae6ac commit c2c67e1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
@@ -146,8 +146,18 @@
},

'careli.fryer.*': {
'button_actions': 'start_cook,pause,cancel_cooking',
'exclude_miot_services': 'custom',
'auto_cloud': True,
'interval_seconds': 120,
'button_actions': 'air_fryer.start_cook,pause,cancel_cooking,resume_cook',
'sensor_properties': 'status,fault,left_time,appoint_time_left',
'switch_properties': 'auto_keep_warm,current_keep_warm,preheat,turn_pot_cfg,turn_pot_config',
'select_properties': 'mode,food_quanty,preheat_switch,turn_pot,texture,target_cooking_measure',
'number_properties': 'target_time,target_temperature,appoint_time,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,appoint_time,reservation_left_time'},
],
},
'cgllc.airm.cgdn1': {
'exclude_miot_services': 'mac,settings',

0 comments on commit c2c67e1

Please sign in to comment.