Skip to content

Commit

Permalink
♨️ add sub-entities for yunmi.kettle (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 28, 2023
1 parent 9a95567 commit 0d027c4
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 @@ -969,6 +969,14 @@
'extension.rc_list': {'siid': 4, 'piid': 3},
},
},
'yunmi.kettle.*': {
'button_actions': 'stop_work',
'binary_sensor_properties': 'kettle_lifting',
'sensor_properties': 'warming_time',
'switch_properties': 'auto_keep_warm,keep_warm_reminder,custom_knob_temp,'
'lift_remember_temp,boiling_reminder,no_disturb',
'number_properties': 'keep_warm_temperature,keep_warm_time',
},
'yunmi.waterpuri.*': {
'number_properties': 'tds_warn_thd',
'sensor_properties': 'rinse,filter_remaining',
Expand Down

0 comments on commit 0d027c4

Please sign in to comment.