cancel
Showing results for 
Search instead for 
Did you mean: 

Automation time.delay bug

Sigik
Community Member

Hey everyone,

when I use an automation script, everything works perfectly except for time.delay, as soon as a time.delay is added the automation stops. it doesn't matter how long I set the delay, seconds, minutes , etc.

example:

actions:
  - type: assistant.command.Broadcast
  message: first message
  - type: assistant.command.Broadcast
  message: second message

-------------- everything below gets cut --------------
  - type: time.delay
  for: 1min
  - type: assistant.command.Broadcast
  message: third message

 

This seems to be a bug.

2 REPLIES 2

Idalar
Community Member

Hello, can you check the execution history?

Nes58
Community Member

I have had the same problem, after looking at the execution log, it was clear that the time.delay was working fine. The broadcast message did not reach the speaker.. Reason not known by me.