Hi,
is it possible to use multiple for: times in a automation trigger like multiple start times?
Would this example work?
automation:
trigger:
- platform: state
entity_id: light.office
# Must stay "on" for 30 seconds
to: "on"
for:
- "00:00:30"
- "00:01:30"
- "00:02:30"
I only found multiple time trigger al: in the automation help like in this example:
automation:
trigger:
- platform: time
at:
- "17:30:00"
- "18:30:00"