Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 107856

Send notification only when door is open for at least 5 min

$
0
0

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?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 107856


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>