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