From efa64d01be8f156b5e7c30877659f57317078f33 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 6 Sep 2026 10:35:35 +0200 Subject: [PATCH] fix: allow negative service offsets (#1524) --- custom_components/adaptive_lighting/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/services.yaml b/custom_components/adaptive_lighting/services.yaml index 09979bac..77ba0b7a 100644 --- a/custom_components/adaptive_lighting/services.yaml +++ b/custom_components/adaptive_lighting/services.yaml @@ -185,7 +185,7 @@ change_switch_settings: example: 0 selector: number: - min: 0 + min: -86400 max: 86300 sunrise_time: description: Set a fixed time (HH:MM:SS) for sunrise. 🌅 @@ -199,7 +199,7 @@ change_switch_settings: example: '' selector: number: - min: 0 + min: -86400 max: 86300 sunset_time: description: Set a fixed time (HH:MM:SS) for sunset. 🌇