Skip to content

Commit

Permalink
🍃 improve for deerma.humidifier.jsq2w (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Oct 28, 2024
1 parent 2b866fe commit b77a855
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,12 @@
'switch_properties': 'on,auto_flush,foot_sensing,moistening_wall,auto_clamshell',
'select_properties': 'target_temperature,washing_strength,nozzle_position,sensing_distance',
},
'deerma.humidifier.jsq2w': {
'exclude_miot_services': None,
},
'deerma.humidifier.jsq3': {
'exclude_miot_services': 'custom',
},
'deerma.humidifier.jsq4': {
'exclude_miot_services': None,
},
Expand All @@ -489,8 +495,9 @@
},
'deerma.humidifier.*': {
'chunk_properties': 6,
'exclude_miot_services': 'custom',
'exclude_miot_properties': 'humi_sensor_fault,temp_sensor_fault,overwet_protect,overtop_humidity',
'binary_sensor_properties': 'water_shortage_fault,the_tank_filed',
'sensor_properties': 'fault',
'switch_properties': 'alarm',
},
'degree.lunar.smh013': {
Expand Down

1 comment on commit b77a855

@al-one
Copy link
Owner Author

@al-one al-one commented on b77a855 Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.