Add ZHA binding for window coverings (#92387)

This commit is contained in:
repaxan 2023-05-03 05:35:20 -07:00 committed by Franck Nijhof
parent 51a10a84da
commit 88343bed77
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -117,6 +117,7 @@ class WindowCoveringClient(ClientClusterHandler):
"""Window client cluster handler."""
@registries.BINDABLE_CLUSTERS.register(closures.WindowCovering.cluster_id)
@registries.ZIGBEE_CLUSTER_HANDLER_REGISTRY.register(closures.WindowCovering.cluster_id)
class WindowCovering(ClusterHandler):
"""Window cluster handler."""