From ed59b2028fd6b6a0e7989483ea3db0d808a1e56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 18 Sep 2024 07:47:38 +0200 Subject: [PATCH] Update custom_clusters.py Disable polling for MotionSensitivity --- matter_server/common/custom_clusters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter_server/common/custom_clusters.py b/matter_server/common/custom_clusters.py index 236a0f9f..74fa24ff 100644 --- a/matter_server/common/custom_clusters.py +++ b/matter_server/common/custom_clusters.py @@ -324,7 +324,7 @@ class MotionSensitivity( ): """MotionSensitivity Attribute within the Eve Cluster.""" - should_poll = True + should_poll = False @ChipUtility.classproperty def cluster_id(cls) -> int: