Skip to content

Commit

Permalink
💦 improve for dmaker.humidifier.p2 (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 10, 2024
1 parent 62231c7 commit 377ff67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,12 @@
'vertical_swing_included_angle,vertical_angle',
'number_properties': 'off_delay_time',
},
'dmaker.humidifier.p2': {
'auto_cloud': True,
},
'dmaker.humidifier.*': {
'button_actions': 'loop_mode',
'sensor_properties': 'fault,water_level,fan_dry_time',
'sensor_properties': 'fault,water_status,water_level,fan_dry_time',
'switch_properties': 'over_wet_protect,screen.on',
'number_properties': 'off_delay_time',
},
Expand Down

0 comments on commit 377ff67

Please sign in to comment.