08-19-2023 01:21 AM
It doesn't execute the commands sequentially; instead, it takes the two okGoogle command first and broadcast command last. Why is it not interpreted sequentially?
metadata:
name: Wake up
description: Daily
automations:
starters:
- type: time.schedule
at: 06:00 # HH:MM
weekdays:
- MON
- TUE
- WED
- THU
- FRI
- SAT
- SUN
actions:
- type: device.command.SetVolume
volumeLevel: 35
devices: My Google Nest
- type: assistant.command.Broadcast
devices: My Google Nest
message: Good morning, time to wake up.
- type: assistant.command.OkGoogle
okGoogle: Tell me about the weather in [my city]?
devices: My Google Nest
- type: assistant.command.OkGoogle
okGoogle: Do I have any events in my calendar today?
devices: My Google Nest