Skip to content

Commit

Permalink
Merge branch 'pr265' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Dec 21, 2024
2 parents 4f0b657 + 3fc0ec7 commit 22836b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/zha_toolkit/binds.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
LOGGER = logging.getLogger(__name__)

BINDABLE_OUT_CLUSTERS = [
0x0005, # Scenes
0x0006, # OnOff
0x0008, # Level
0x0102, # Window Covering
0x0300, # Color Control
]
BINDABLE_IN_CLUSTERS = [
Expand Down

0 comments on commit 22836b9

Please sign in to comment.