We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c240d89 commit 6a804faCopy full SHA for 6a804fa
custom_components/matter_experimental/sensor.py
@@ -83,7 +83,7 @@ def _get_attribute_value(
83
# Find the attribute descriptor so we know the instance variable to fetch
84
attribute_descriptor: clusters.ClusterObjectFieldDescriptor = next(
85
descriptor
86
- for descriptor in cluster_cls.descriptor()
+ for descriptor in cluster_cls.descriptor.Fields
87
if descriptor.Tag == attribute.attribute_id
88
)
89
0 commit comments