WLED automations

Hi,

After my SD card failed I have had to start a fresh, which has meant using the latest version of HA (I just for got to update before) and I have updated my d1mini to use version 10 of WLED.

Lucky for me I had saved my automations, so I was able to copy and paste them back again.

The only problem is that my WLED automation have stopped working. I can get an automation to work if it’s just switching it on and off, but changing the colour / effects don’t work and I cannot find out why!

This was my ‘old’ code for switching the lights on at 6:00am with solid, colour white.

- id: '1575673790588'
  alias: Turn wled lights on at 06:00
  description: ''
  trigger:
  - at: 06:00
    platform: time
  condition: []
  action:
  - data:
      effect: '[FX=00] Solid'
      entity_id: light.wled_lights
      rgb_color:
      - 255
      - 255
      - 255
    service: light.turn_on

But when I try and use the effect now I just get errors / just doesn’t work! Can anyone help? Has something changed with the latest version of HA which would stop this working?

Ps I have googled but it hasn’t helped!

Regards
James

Have you copyied it over from your old system ? As the id will have changed when you reregister the sensor/device