Skip to content

Commit

Permalink
🛀 improve for yeelink.bhf_light (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Dec 30, 2024
1 parent f747691 commit 2462545
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom_components/xiaomi_miot/core/device_customizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1872,11 +1872,27 @@
'yeelink.curtain.crc2': CHUNK_1,
'yeelink.curtain.ctmt1': CHUNK_1,
'yeelink.curtain.ctmt2': CHUNK_1,
'yeelink.bhf_light.v1': {
'interval_seconds': 30,
'chunk_coordinators': [],
},
'yeelink.bhf_light.v2': {
'interval_seconds': 30,
'chunk_coordinators': [],
},
'yeelink.bhf_light.v3': {
'interval_seconds': 30,
'chunk_coordinators': [],
},
'yeelink.bhf_light.v5': {
'interval_seconds': 30,
'select_properties': 'heat_mode,cold_mode,vent_mode',
'chunk_coordinators': [],
},
'yeelink.bhf_light.v6': {
'interval_seconds': 30,
'select_properties': 'heat_mode,cold_mode,vent_mode',
'chunk_coordinators': [],
},
'yeelink.bhf_light.v10': {
'chunk_properties': 1,
Expand Down

0 comments on commit 2462545

Please sign in to comment.