WLED Change old deprecated code

I am at somewhat of a loss trying to understand the modifications I need to make to the WLED code.
I have tried following a few examples but does not seem to work with the new set option.
Here is my code. Can some try to explain what needs to be done to update it.
Thank you.

- id: "13bbc5e7-2431-4555-850d-d869d471095c"
  alias: "Lights - Kitchen WLED Lights ON Twinkle 0700-1800"
  description: Kitchen WLED Lights ON Twinkle 0700-1800
  trigger:
    - platform: time
      at: 07:00:00
  condition: []
  action:
    - service: light.turn_on
      data: {}
      target:
        entity_id: light.wled
    - service: wled.preset
      target:
        entity_id: light.wled_kitchen
      data:
        preset: 1
  mode: single