Turning a scene on from iOS shortcut doesn't trigger the animation in HA

Hi, all!

I have the animation which is triggered on event of call_service: scene.turn_on.

platform: event
event_type: call_service
event_data:
  domain: scene
  service: turn_on
  service_data:
    entity_id:
      - scene.dormitorio_oscuro
id:  SCENE MANUALLY APPLIED

It works just fine as long as the scene is activated manually from the companion app on my iPhone. The scene is also activated from a Siri shortcut on my iPhone.

However, if I use a shortcut or corresponding Siri command to activate the scene, the trigger on event doesn’t work.

I’ve tried to listen to the even ‘call_service’ both on manual scene activation and on activation via the shortcut in the iPhone. In both cases the even is clearly registered in developer’s tools. But scene activation from the shortcut just does not trigger the automation.

Does anyone have an idea where to dig deeper?

I think I’ve tried everything by now and about to give up. I wonder if anyone else has the same problem?