mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix matter clusters BasicInformation (#86615)
This commit is contained in:
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…
x
Reference in New Issue
Block a user