Skip to content

Commit

Permalink
🍚 add entities for chunmi.pre_cooker.mini1 (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 19, 2025
1 parent 701e76f commit fac5ae2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@
'select_properties': 'cook_mode',
'number_properties': 'target_temperature',
},
'chunmi.pre_cooker.mini1': {
'button_actions': 'cancel_cooking',
'select_actions': 'start_cook',
'binary_sensor_properties': 'cover_state,cook_finish_flag',
'sensor_properties': 'status,left_time,temperature,cook_time,taste,cook_status,press_status,error_code',
'switch_properties': 'finish_push',
},
'cubee.airrtc.*': {
**CHUNK_1,
'switch_properties': 'childlock',
Expand Down

0 comments on commit fac5ae2

Please sign in to comment.