Skip to content

Commit

Permalink
🌀 add entities for dmaker.fan.p23 (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 17, 2024
1 parent c66fb37 commit fa654fe
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 @@ -589,6 +589,13 @@
'dmaker.fan.p15': {
'percentage_property': 'prop.2.6',
},
'dmaker.fan.p23': {
'percentage_property': 'speed_level',
'button_actions': 'toggle,toggle_mode,loop_gear',
'switch_properties': 'on,heating,horizontal_swing,symmetrical_swing,alarm',
'select_properties': 'fan.mode,swing_lr_manual',
'number_properties': 'target_temperature,left_angle,right_angle,off_delay_time',
},
'dmaker.fan.p28': {
'switch_properties': 'alarm,horizontal_swing,vertical_swing,swing_all,off_to_center',
'percentage_property': 'speed_level',
Expand Down

0 comments on commit fa654fe

Please sign in to comment.