I'm having an issue triggering this after 15 minutes. it's wanting to fire as soon as the cycle is done. am i not using the duration properly?
`alias: WASHER DOOR
description: ""
trigger:
- type: turned_on
platform: device
device_id: 62c9426824683f4417b6deda902061b2
entity_id: 0877fb0a2dddeff619590042fc0d2dcf "laundry end of cycle is turned on"
domain: binary_sensor
condition: - type: is_not_open
condition: device
device_id: 62c9426824683f4417b6deda902061b2
entity_id: 8fbdcea5e9e1ab4db333cdd2e0dce8d4 "laundry door is closed"
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 0 - condition: not
conditions:- type: is_open
condition: device
device_id: 62c9426824683f4417b6deda902061b2
entity_id: 8fbdcea5e9e1ab4db333cdd2e0dce8d4 "laundry door is open"
domain: binary_sensor
for:
hours: 0
minutes: 15
seconds: 0
action:
- type: is_open
- action: notify.mobile_app_galaxy_watch_ultra_d8lp
metadata: {}
data:
data:
ttl: 0
priority: high
title: WASHER
message: The laundry has been sitting in the washer for 15 minutes - action: tts.cloud_say
data:
cache: false
entity_id: media_player.foyer_speaker
message: >-
The laundry has been sitting in the washer for 15 minutes, its time to
take them out
language: en-IE
mode: single`