Skip to content

Commit

Permalink
🍚 improve for cooker (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 13, 2024
1 parent 47e4628 commit 840cc3b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@
**ENERGY_KWH,
'value_ratio': 0.001,
},
'chunmi.cooker.normalcd2': {
'button_actions': 'pause,cancel_cooking',
'select_actions': 'start_cook',
},
'chunmi.health_pot.a1': {
'select_actions': 'start_cook',
},
Expand Down Expand Up @@ -2080,7 +2076,8 @@
'*.cooker.*': {
'sensor_properties': 'temperature,left_time',
'switch_properties': 'on,auto_keep_warm',
'button_actions': 'start_cook,pause,cancel_cooking',
'button_actions': 'pause,cancel_cooking',
'select_actions': 'start_cook',
},
'*.curtain.*': {
'switch_properties': 'motor_reverse',
Expand Down

0 comments on commit 840cc3b

Please sign in to comment.