Add ZHA binding for window coverings (#92387)

This commit is contained in:
repaxan 2023-05-03 05:35:20 -07:00 committed by GitHub
parent 4860a8d1e8
commit 1d6b08e194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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."""