How to get and configure effects like color loop to dashboard card? (ZHA with Conbee II at Raspi 3 B)

I´m now using Color Loop effect for any light with color wheel selector. I created a automation and placed a button to the footer of the dashboard card of the room, where the lights are:

footer:
  type: buttons
  entities:
    - entity: automation.color_loop_1
      show_icon: true
      show_name: true
      icon: mdi:ceiling-light-multiple-outline
      name: Farbwechsel
      tap_action:
        action: toggle
      hold_action:
        action: more-info

Using this button works fine, but how to switch of the lights using scenes or other automations?? Just the blueprint every second calls

service: light.turn_on

How it is possible to change the dasboard card of one light as shown above?