Skip to content

Commit

Permalink
🍃 add support for zhimi.airp.rma3 (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrrp authored Jan 4, 2024
1 parent c0aff9a commit 2e94dfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,12 @@
'brightness_for_off': 2,
'button_actions': 'reset_filter_life',
},
'zhimi.airp.rma3': {
'sensor_properties': 'moto_speed_rpm',
'switch_properties': 'alarm',
'select_properties': 'brightness',
'number_properties': 'air_purifier_favorite.fan_level',
},
'zhimi.airpurifier.*': {
'speed_property': 'favorite_level,favorite_fan_level',
'number_properties': 'favorite_level,favorite_fan_level',
Expand Down

0 comments on commit 2e94dfc

Please sign in to comment.