Fix matter clusters BasicInformation (#86615)
parent
6270f33bee
commit
890c2277ca
|
@ -71,7 +71,7 @@ class MatterAdapter:
|
|||
bridge_unique_id: str | None = None
|
||||
|
||||
if node.aggregator_device_type_instance is not None and (
|
||||
node.root_device_type_instance.get_cluster(all_clusters.Basic)
|
||||
node.root_device_type_instance.get_cluster(all_clusters.BasicInformation)
|
||||
):
|
||||
# create virtual (parent) device for bridge node device
|
||||
bridge_device = MatterBridgedNodeDevice(
|
||||
|
|
Loading…
Reference in New Issue