Hallo ich möchte wenn das Gefrierfach länger als 10 sek geöffnet ist eine Sprachausgabe haben über Alexa.
Leider scheint meine Automation nicht zu funktionieren. Kann mir jemand helfen.
alias: Gefrierfach zu
description: ""
triggers:
- trigger: state
entity_id:
- binary_sensor.door_window_sensor_158d000275ef16
from:
- "off"
to:
- "on"
conditions:
- condition: state
entity_id: binary_sensor.door_window_sensor_158d000275ef16
state:
- "on"
for:
hours: 0
minutes: 0
seconds: 10
actions:
- action: notify.send_message
metadata: {}
target:
entity_id: notify.kuche_sprechen
data:
message: Bitte Tür zu
mode: single
Danke