From f949b35edf622882f091f0764cdac9b3e823c827 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Wed, 8 Apr 2026 17:53:35 +0200 Subject: [PATCH] Adjust Andreas motion light schedule --- include/automations/lys_andreas.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/automations/lys_andreas.yaml b/include/automations/lys_andreas.yaml index 7b9afa6..71419b9 100644 --- a/include/automations/lys_andreas.yaml +++ b/include/automations/lys_andreas.yaml @@ -35,7 +35,7 @@ value_template: > {% set t = now().strftime('%H%M') | int %} {% if is_state('binary_sensor.arbejdsdag','on') %} - {{ 630 <= t <= 1945 }} + {{ 700 <= t <= 1945 }} {% else %} {{ 1000 <= t <= 2030 }} {% endif %}