0.115: hue_event not working anymore

Hi there!
I upgraded to 0.115 and noticed that one of my automations doesen’t work anymore. It’s an automation triggered by a hue_event. When I trigger the automation itself from the UI, the automation is working fine.

But the hue_event trigger is not working.

- id: close_cover_rene
  alias: Vorhänge Ren zu
  trigger:
  - event_type: hue_event
    platform: event
    event_data:
      entity_id: 00:17:88:01:08:08:79:42-02-fc00
      event: 4002
  - event_type: hue_event
    platform: event
    event_data:
      entity_id: 00:17:88:01:08:08:79:42-02-fc00
      event: 4001
  - event_data:
      actionName: CloseCoverRene
    event_type: ios.action_fired
    platform: event
  condition: []
  action:
  - data: {}
    entity_id: cover.vorhang_rene
    service: cover.close_cover
  mode: single
``
Any ideas?