Hey there,
currently the message is always sent. Can somebody help what to adjust?
alias: Achtung | Haustür offen
description: ""
triggers:
- type: opened
device_id: 513df0cce3740e3bbd106f1c49715614
entity_id: 56f0b203667620b7183c41660ee87356
domain: binary_sensor
for:
hours: 0
minutes: 5
seconds: 0
trigger: device
conditions:
- condition: time
after: "18:00:00"
before: "07:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
actions:
- action: notify.family_group
data:
title: Alarm
message: Haustür offen
mode: single
Do i misunderstand the for part?