Im creating an automation that uses several motion sensors as triggers. Was wondering how HA processes the triggers. How would HA process this automation?
Does the 10 minute delay begin counting when HA reaches that step in the automation-- so this automation would take a minimum of 30 minutes to process (if no motion was detected) Or does HA look at the sensors history and if no motion detected previous ten minutes it continues to the next step? (potentially there could be no delay if no motion had been detected in previous 10 minutes of all sensors)
Thank you much
alias: Lights OUT Living Room automated
description: ‘’
trigger:
- type: no_motion
platform: device
device_id: c8e368cd2ef35be95e8cd5c5a0f4b686
entity_id: binary_sensor.motion_sensor_3_livingroom
domain: binary_sensor
id: livingroom_lights_out
for:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0 - type: no_motion
platform: device
device_id: bc74f80b42057d933d11a2684176e19f
entity_id: binary_sensor.motion_sensor_2_kitchen
domain: binary_sensor
for:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0 - type: no_motion
platform: device
device_id: 5f7064436332ffbade82e5d0ff1e7431
entity_id: binary_sensor.motion_sensor_1_stairs
domain: binary_sensor
for:
hours: 0
minutes: 10
seconds: 0
milliseconds: 0
condition: []
action: - scene: scene.living_room_lights_out
mode: single