Skip to content

Commit

Permalink
🍵 add entities for xiaomi.kettle.v20 (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 20, 2025
1 parent 3786aca commit faa2472
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,14 @@
'switch_properties': 'alarm,dry_switch,over_wet_protect,screen.on',
'number_properties': 'off_delay_time',
},
'xiaomi.kettle.v20': {
'button_actions': 'stop_work',
'binary_sensor_properties': 'kettle_lifting',
'sensor_properties': 'status,temperature,warming_time',
'switch_properties': 'on,auto_keep_warm,no_disturb,custom_knob_temp,lift_remember_temp,'
'boiling_reminder,keep_warm_reminder',
'number_properties': 'target_temperature,keep_warm_temperature,keep_warm_time,target_mode',
},
'xiaomi.plug.mcn003': {
'button_actions': 'toggle',
'sensor_properties': 'fault,electric_power',
Expand Down

0 comments on commit faa2472

Please sign in to comment.