[solved] Howto hold/double tap to activate a scene?

Hello

I am trying to activate a scene from the home screen.

The scene works as expected and I can call it from the scenes section in the configuration menu.
I have tried with a light card and a button card to call a service with ‘scene.turn_on’ but from there I am stuck.

The goal is to activate a scene instead of just turning that light on/off by tapping it.
Is this possible and does it work if used by mouse on a pc or a RPi with touchscreen?

Thanks a lot in advance!
Nick

Tips, anybody?

Ok, found it.

double_tap_action:
  action: call-service
  service: scene.turn_on
  service_data:
    entity_id: scene.bedtime
entity: light.smfl
hold_action:
  action: toggle
name: Light Desk
type: light