Skip to content

Commit 085258a

Browse files
committed
⚡ improve for cuco switch
1 parent 4d85516 commit 085258a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

custom_components/xiaomi_miot/core/device_customizes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,11 @@
497497
'unit_of_measurement': 'V',
498498
},
499499
'cuco.switch.*': {
500+
'interval_seconds': 180,
500501
'exclude_miot_services': 'setting,wireless_switch',
502+
'chunk_coordinators': [
503+
{'interval': 10, 'props': 'on'},
504+
],
501505
},
502506
'cykj.hood.jyj22': {
503507
'sensor_properties': 'left_stove_level,right_stove_level,left_stove_timer,right_stove_timer,timer_mode',

0 commit comments

Comments
 (0)