Local calendar event: end does not trigger

Not sure how to troubleshoot this issue, event: start runs fine, event: end never gets triggered.

- id: '1760277826531'
  alias: 'Cheapest hours end: turn off'
  description: ''
  triggers:
  - event: end
    entity_id: calendar.energy_price_low_2
    trigger: calendar
  conditions: []
  actions:
  - type: turn_off
    device_id: 62b9bc7cfa3f7d7481ab6b71b77a17e8
    entity_id: bec29b7b958992765a7df9772a262bf7
    domain: switch
  - type: turn_off
    device_id: 3fcef2c66b4b56ec4688cb3b2af537f7
    entity_id: 9ebf2c0cf2c5f20c42f07580c91d8e3a
    domain: switch
  mode: parallel

Apparently this is a bug with the aio_energy_management integration: Calendar end event cannot be captured · Issue #106 · kotope/aio_energy_management · GitHub