[solved] Multiple MQTT Pir Sensors with 1 automation

Hey Guys,

I’m too dumb to figure this out:

Let’s say i have 2 MQTT Pir Sensors (NodeMCU/ESP8266) and i want to automate the Light:
After 5 min without motion turn the Light off.

With 1 Pir it’s easy, but how i do this with 2 seperate Sensors in 1 Room with 1 Light? :slight_smile:

Add both sensors as trigger, it will work as an OR statement.

OMG, i am really dumb…

THX!