I want to continue an automation if all 3 binary sensors are off for 10 seconds. I know I should be using the wait for trigger action type but there is no and condition inside it.
If I add multiple entity under the trigger for wait for trigger action, it must be looking at or condition, right?
How can I use and condition to check if all three sensors are off for 10 seconds?
Do i need to create a group with these 3 binary sensors and then check state of that group?