Skip to content

Commit

Permalink
🌀 improve for dmaker.fan.p5c (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Sep 26, 2023
1 parent 40962bd commit 9daa247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,11 @@
'dmaker.fan.p5': {
'percentage_property': 'prop.2.6',
},
'dmaker.fan.p5c': {
'percentage_property': 'speed_level',
'button_actions': 'turn_left,turn_right,toggle_mode,loop_gear',
'number_properties': 'off_delay_time',
},
'dmaker.fan.p11': {
'percentage_property': 'prop.2.6', # issues/838
},
Expand Down

0 comments on commit 9daa247

Please sign in to comment.