04-10-2024 03:43 AM
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.
04-10-2024 07:00 AM
Hello, can you check the execution history?
04-10-2024 12:50 PM
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.
06-13-2024 08:45 AM
This is still a problem when the routine is invoced by voice.
It's a shame that Google still has not fixed it.
Google just doesn't care.
Thursday
I am having the same issue. I did notice that some commands after the time.delay command do work, but the broadcast command does not.