Nanoleaf Scenes Cycle

Hello, everyone,

it’s almost christmas and I managed to get my Holiday Light String Essentials from Nanoleaf to work properly in Home Assistant. And I now added a bunch of scenes in the Nano-Leaf app and also I added those scenes to my HA Dashboard. So far so good.

I have a physical button at my living room and I now would like to cycle through the existing scenes with a press of a button. I have no clue how to start.

All i know is how to use a a script / an automation when a button is triggered to start a specific scene like this

sequence:
  - action: light.turn_on
    metadata: {}
    target:
      device_id: c20e9913eeccfbd96d25cb268a60abd8
    data:
      effect: Holiday Magic
alias: Tannenbaum - Holiday Magic
description: ""

(of couse I know how the use the button as trigger though)

But how does it work to get a list of availbale scenes from one device and cycle through the scenes with a repeating press of a button.

can anyone help me to find the right start?
regards