Skip to content

Commit 3fc0ec7

Browse files
authored
Add Scenes and Widnow Coverings as bindable clusters
For Somfy Zigbee window coverings, remotes are paired with window coverings by binding the Window Coverings (0x0102) and Scenes (0x0005) clusters. Window Coverings handles open/close/stop commands, whereas the Scenes cluster handles save/recall of presets.
1 parent 458ba50 commit 3fc0ec7

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)