From 890c2277cab1728cfa45beb2dbe1aa18359f32c6 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Wed, 25 Jan 2023 11:19:52 +0100 Subject: [PATCH] Fix matter clusters BasicInformation (#86615) --- homeassistant/components/matter/adapter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/matter/adapter.py b/homeassistant/components/matter/adapter.py index 08763e38327..9f8d1fe6c58 100644 --- a/homeassistant/components/matter/adapter.py +++ b/homeassistant/components/matter/adapter.py @@ -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(