diff --git a/custom_components/zha_toolkit/binds.py b/custom_components/zha_toolkit/binds.py index 41629e3..61b64dd 100644 --- a/custom_components/zha_toolkit/binds.py +++ b/custom_components/zha_toolkit/binds.py @@ -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 = [