hi all,
i am trying to add a delay to my automation. currently it is triggered by a switch and all three lights turn on.
I want to add a delay of 2 seconds beteen each light.
how would i go about it.
- alias: "all living room lights max"
initial_state: 'on'
trigger:
platform: event
event_type: deconz_event
event_data:
id: switch_2
event: 2004
action:
service: scene.turn_on
entity_id:
- scene.living_right_max
- scene.living_left_max
- scene.living_paper_lamp_max
thank you in advance …