Skip to content

Commit

Permalink
🧑‍🍳 add entities for chunmi.oven.s1 xiaomi.juicer.dems2 (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzonz authored Feb 14, 2025
1 parent 94c69d9 commit d021e8f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@
'select_properties': 'lock_temp,cold_mode,default_mode',
'number_properties': 'boil_point,oled_close_time',
},
'chunmi.oven.s1': {
'sensor_properties': 'status,fault,left_time,temperature,cook_time',
'button_actions': 'start_cooke,cancel_cooking,pause',
'select_properties': 'cook_mode',
'number_properties': 'target_temperature',
},
'cubee.airrtc.*': {
**CHUNK_1,
'switch_properties': 'childlock',
Expand Down Expand Up @@ -1772,6 +1778,13 @@
'xiaomi.feeder.*:pet_food_out': {
'action_params': 1,
},
'xiaomi.juicer.dems2': {
'button_actions': 'start_cook,cancel_cooking,resume_cook,set_recipe,pause',
'sensor_properties': 'status,fault,left_time,tank_status,timeout_time,boiling_point',
'switch_properties': 'alarm,pot_lift_memory,auto_keep_warm,auto_screen_on',
'select_properties': 'cook_mode',
'number_properties': 'keep_warm_time,target_temperature,working_level,target_time',
},
'xiaomi.health_pot.p1': {
'select_actions': 'start_cook',
},
Expand Down

0 comments on commit d021e8f

Please sign in to comment.