Wled and scenes

Question… in a scene you can specify a lights brightness and colour… however for WLED lights can you specify the effect? I only as as normally you make a different service call to set the effect

oops answered it myself… I can simply set the effect in the scene.yaml and it seems to work

Can you share your yaml please? I’m looking at this now. Hoping to set a preset in a scene,.

sorry for the delay, been busy

Well yes, here is a scene which would work

- name: lights_high
  entities:
    light.wled1:
      state: "on"
      brightness: 150
      rgb_color: [0, 255, 0]
      effect: "solid"