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 %}