Skip to content

Commit 22836b9

Browse files
committed
Merge branch 'pr265' into dev
2 parents 4f0b657 + 3fc0ec7 commit 22836b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

custom_components/zha_toolkit/binds.py

+2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
LOGGER = logging.getLogger(__name__)
1313

1414
BINDABLE_OUT_CLUSTERS = [
15+
0x0005, # Scenes
1516
0x0006, # OnOff
1617
0x0008, # Level
18+
0x0102, # Window Covering
1719
0x0300, # Color Control
1820
]
1921
BINDABLE_IN_CLUSTERS = [

0 commit comments

Comments
 (0)