Skip to content

Commit

Permalink
🪟 improve for babai.curtain.cmb5 (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 11, 2025
1 parent 993a8e7 commit 0434319
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,17 @@
'babai.curtain.at5810': CHUNK_1,
'babai.curtain.bb82cb': CHUNK_1,
'babai.curtain.bb82mj': CHUNK_1,
'babai.curtain.cmb5': CHUNK_1,
'babai.curtain.cmb5': {
'interval_seconds': 180,
'select_properties': 'mode,speed_level',
'exclude_miot_properties': 'fault,speedselect',
'chunk_coordinators': [
{'interval': 11, 'props': 'current_position'},
{'interval': 12, 'props': 'target_position'},
{'interval': 300, 'props': 'mode'},
{'interval': 301, 'props': 'speed_level'},
],
},
'babai.curtain.lsxf83': CHUNK_1,
'babai.curtain.m515e': CHUNK_1,
'babai.curtain.mtx850': CHUNK_1,
Expand Down

0 comments on commit 0434319

Please sign in to comment.