From 674f2a329e06cfceaedd56b59b3825a413b586fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Tue, 16 Dec 2025 21:07:07 +0100 Subject: [PATCH] Update Motion sensor --- blueprints/lights/motion-activated-with-lux-sensor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/lights/motion-activated-with-lux-sensor.yml b/blueprints/lights/motion-activated-with-lux-sensor.yml index a3fe19a..384e275 100644 --- a/blueprints/lights/motion-activated-with-lux-sensor.yml +++ b/blueprints/lights/motion-activated-with-lux-sensor.yml @@ -32,7 +32,7 @@ blueprint: no_motion_wait: name: Wait time description: Time to leave the light on after last motion is detected. - default: 120 + default: 10 selector: number: min: 0 @@ -55,9 +55,9 @@ blueprint: max: 200 unit_of_measurement: lux -# If motion is detected within the delay, +# If new motion is detected, we # we restart the script. -mode: restart +mode: single max_exceeded: silent triggers: