From 495a762198db481c7f6cbb0c13c679339fb1687b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Wed, 19 Jul 2023 01:14:35 +0200 Subject: [PATCH] Update default on time to 30 seconds --- blueprints/motionLightAtDay.yml | 2 +- blueprints/motionLightAtNight.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/motionLightAtDay.yml b/blueprints/motionLightAtDay.yml index 1bdf36d..6abe89e 100644 --- a/blueprints/motionLightAtDay.yml +++ b/blueprints/motionLightAtDay.yml @@ -20,7 +20,7 @@ blueprint: no_motion_wait: name: Wait time description: Time to leave the light on after last motion is detected. - default: 120 + default: 30 selector: number: min: 0 diff --git a/blueprints/motionLightAtNight.yml b/blueprints/motionLightAtNight.yml index 8ae8b49..af1b84c 100644 --- a/blueprints/motionLightAtNight.yml +++ b/blueprints/motionLightAtNight.yml @@ -20,7 +20,7 @@ blueprint: no_motion_wait: name: Wait time description: Time to leave the light on after last motion is detected. - default: 120 + default: 30 selector: number: min: 0