Please help me translate this yaml code to the UI editor

I’m very new to Home Assistant but have managed to get a lot of cool stuff up and running in just a week - super impressed with HA!

I try to keep most of the code in the UI editor but with my latest script I failed. As an exercise for getting the hang of UI vs. yaml I’m trying to get the following yaml code to the UI editor, would anyone mind pointing me in the right direction?

'1582839370778':
  alias: Läs upp dagens mat
  sequence:
    - service: tts.google_translate_say
      entity_id: media_player.kokshubben
      data_template:
        message: "På skolan blir det idag {{ states('sensor.lunch_1').replace('<br/>', '. Det serveras också ') }}"