Skip to content

Commit

Permalink
💦 add support for xiaomi.humidifier.airmx (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Oct 24, 2024
1 parent 39349d3 commit bc8cd61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,14 @@
'xiaomi.heater.ma8': {
'button_actions': 'toggle',
},
'xiaomi.humidifier.airmx': {
'button_actions': 'toggle,reset_filter_life',
'sensor_properties': 'water_level,air_dry_remain_time,remain_time,filter_life_level',
'switch_properties': 'overwet_protect,automatic_air_drying,delay,alarm,auto_alarm_off,clean.on,descale.on'
'indicator_light.on,auto_lights_off,wash_water_tank',
'select_properties': 'indicator_light.brightness',
'number_properties': 'delay_time',
},
'xiaomi.humidifier.p1200': {
'button_actions': 'loop_mode,reset_filter_life',
'select_properties': 'screen.brightness',
Expand Down

0 comments on commit bc8cd61

Please sign in to comment.