Delaying alarm on ONE sensor

So, i have a problem. I got 5 sensors setup and act as a security system. it all work perfectly except one thing.

Since i have a security panel. i want the entrence door to have delayed trigger. Hon can i do this? At the moment i got pendingtime set to 10 wich allows me to type in the pincode before the alarm triggers. The downside on this solution is that all sensors is delayed.

Is it possible to have instant trigger och every sensor but the one thats on the entrence door?

regards

I would create a slider with 0-30 interval
On sensor x trip, put value on your slider (10 in your case) and start decrease script

Decrease does - 1 and sleeps one second until value is 0

Trigger on slider value 0 start alarm if system mode is not home

Probably there’s better method but I’m a beginner at this

Can you perhaps share such an example ? =)