Skip to content

Commit

Permalink
💦 add support for xiaomi.derh.lite (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 12, 2024
1 parent 026bda6 commit b99af2a
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 @@ -1546,6 +1546,13 @@
'select_properties': 'mode,heat_level',
'number_properties': 'a_countdown,b_countdown',
},
'xiaomi.derh.lite': {
'chunk_properties': 1,
'sensor_properties': 'fault,delay_remain_time',
'switch_properties': 'alarm,delay',
'select_properties': 'indicator_light.mode',
'number_properties': 'delay_time',
},
'xiaomi.esteamer.mes01': {
'sensor_properties': 'left_time,keep_warm_left_time',
'switch_properties': 'auto_keep_warm',
Expand Down

0 comments on commit b99af2a

Please sign in to comment.