From 716be2062a8461baaa38ed0950bee8cd1c07e4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Wed, 19 Jul 2023 01:13:44 +0200 Subject: [PATCH] Correct defaults to be one hour after / before sunrise/ sunset --- blueprints/motionLightAtDay.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/motionLightAtDay.yml b/blueprints/motionLightAtDay.yml index 4542517..1bdf36d 100644 --- a/blueprints/motionLightAtDay.yml +++ b/blueprints/motionLightAtDay.yml @@ -29,13 +29,13 @@ blueprint: sunset_offset_time: name: Sunset - Offset - time description: Offset the sunset time. - default: "-1:00:00" + default: "1:00:00" selector: time: {} sunrise_offset_time: name: Sunrise - Offset - time description: Offset the sunset time. - default: "1:00:00" + default: "-1:00:00" selector: time: {}