Detecting how cover was triggered

Hi all

I’ve built several automatisations for my covers like if lux above 40k and temperatur above 24C, covers on east side move in tilt position.
Now I’m facing one problem. If for a reason we open the covers manually sometimes they immediately go back in tilt position again.

If I check the logs I see that there are information about how the entity was triggered ("… was opened" = opened by switch, “opened by marco” = I’ve opened it inside the app, “triggered by…” = opened by automatisation).

To solve this issue I want to use a timer that gets started If the cover was opened manually and which will block the automatisation for like 60 or 120 mins.
The part I’m struggling with is how can I use this information if the entity was triggered manually for a condition (“if ___ was opened manually → start timer”)?

I’m happy for any ideas or suggestions.

Thank you very much
Marco

You can have a look at the answer I gave here. You will need to do a few test to see axactly what you get.