How to find out that event was triggered by HomeKit

When I operate e.g. a blind from within HomeKit I can see in HA Log, that it was moved by HomeKit.
Is there any way, that I can use this information in a condition within an automation?

The doc says it emits an event every time something is changed from homekit here:

Can listen for those in an automation and make decisions accordingly.

I’m not aware of any way to do it from a state change event though unfortunately, this information isn’t in context. But listening for that event should work, will just need to pick out the information on what changed from it’s data.

Thanks, will look into that