#- wait_for_trigger:
1 messages · Page 1 of 1 (latest)
You did, and I do not see what you sent
Where is the advanced mode for the automation edititor?
not just for automations, in your profile at the lower-left
Do I need to reboot / restart after?
no
Where is the action section? Mine says when, And if, then do
"then do"
I just tried it and the automation did not wait for the trigger, before it sent the notification. Do I need to change the order of the actions?
I changed the order and it now works
alias: Dryer is done
description: Notifies when dryer goes from high power to 5w
triggers:
- entity_id:
- sensor.dryer_3rsp02028bz_power
above: "10"
for:
minutes: 1
trigger: numeric_state
actions:
- sensor.dryer_3rsp02028bz_power
- wait_for_trigger:
- trigger: numeric_state
entity_id:- sensor.dryer_3rsp02028bz_power
below: 5
- sensor.dryer_3rsp02028bz_power
- trigger: numeric_state
- action: notify.mobile_app_pixel_9_pro_xl
metadata: {}
data:
message: Dryer is complete at {{now().strftime("%H:%M")}} - action: tts.google_translate_say
metadata: {}
data:
cache: false
entity_id: media_player.notification_speakers
message: Dryer has stopped
mode: single
I mean, you do have to wait before doing the thing you wanted to do after the waiting