Skip to content

Commit

Permalink
💦 add support for xiaomi.humidifier.p1200 (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKang authored Dec 15, 2023
1 parent 23f95e9 commit 91cb0ec
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 @@ -1175,6 +1175,13 @@
'button_actions': 'homepage,light',
'text_actions': 'play_text,execute_text_directive',
},
'xiaomi.humidifier.p1200': {
'button_actions': 'loop_mode,reset_filter_life',
'select_properties': 'screen.brightness',
'sensor_properties': 'clean_time,fan_dry_time,fault,water_level,water_status',
'switch_properties': 'alarm,dry_switch,over_wet_protect,screen.on',
'number_properties': 'off_delay_time',
},
'xiaomi.tv.*': {
'auto_cloud': True,
'switch_properties': 'is_on',
Expand Down

0 comments on commit 91cb0ec

Please sign in to comment.