Error with installing bose soundtouch

I am very new here and can’t figure out how I need to set the preset.

i am using this code

media_player:
  - platform: soundtouch
    host: 192.168.178.25
    port: 8090
    name: SoundTouch-Keuken
  - platform: soundtouch
    host: 192.168.178.23
    port: 8090
    name: SoundTouch-Kantoor
    
service: media_player.play_media
data:
    entity_id: media_player.soundtouch_kantoor
    media_content_id: 1..6
    media_content_type: PLAYLIST

and i get this massage:

Component error: data - Integration 'data' not found. Component error: service - Integration 'service' not found.

Thank you!