From 40bb8c2a19b619d696766e46d552ffe957165a0f Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 11 Feb 2025 19:30:46 +0000 Subject: [PATCH] Fixed 50ms poll for encoder, to make open/close detection thresholds meaningful --- blind.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blind.yaml b/blind.yaml index 6236e37..5ee217f 100644 --- a/blind.yaml +++ b/blind.yaml @@ -244,7 +244,7 @@ sensor: name: Encoder id: encoder internal: true - update_interval: 0ms + update_interval: 50ms filters: # compute absolute position from angle value - lambda: | -- 2.50.1