Haunted House - Hue Smart Button 'hue_event' fired without physical interaction

After i updated to Home Assistant OS 6 yesterday it occurred two times. The automation below is triggered by its listener ‘hue_event’. But the related Smart Button was not pressed. Hue App shows the last button press on June 12.

I also thought of the change to hue push with 2021.6, but i updated on June 11. and there was no problem until now. Does anyone else experience problems with his Smart Button?

Any Ideas what could cause this or should i call Ghostbusters?

button_screenshot

id: '1200000000010'
alias: toggle_on_hsb_garage_press
trigger:
  - device_id: 3f5c93e6b93e51d94c7242c1341af076
    domain: hue
    platform: device
    type: remote_button_short_release
    subtype: turn_on
action:
  - service: cover.toggle
    entity_id: cover.garage_door

This was solved in 2021.8 Hue switches triggering automation by itself after first initial trigger · Issue #53177 · home-assistant/core · GitHub