From 6013bb6f8107b7b45e1cff67d9e93437fd132a06 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Mon, 20 Apr 2026 16:00:04 +0200 Subject: [PATCH] =?UTF-8?q?Opvask=20p=C3=A5mindelse:=20tid=2019-21,=20chec?= =?UTF-8?q?k=20d=C3=B8r=20lukket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/automations/opvaskemaskine.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/automations/opvaskemaskine.yaml b/include/automations/opvaskemaskine.yaml index 2b0029a..d3d7808 100644 --- a/include/automations/opvaskemaskine.yaml +++ b/include/automations/opvaskemaskine.yaml @@ -98,12 +98,15 @@ condition: - condition: template - value_template: "{{ now().hour >= 16 and now().hour <= 21 }}" + value_template: "{{ now().hour >= 19 and now().hour <= 21 }}" - condition: state entity_id: binary_sensor.dishwasher_fjernbetjening state: "off" - condition: template value_template: "{{ is_state('sensor.dishwasher_status_2', 'Off') }}" + - condition: state + entity_id: binary_sensor.dishwasher_dor + state: "off" action: - service: notify.mobile_app_claus_iphone_15pro