New to HA question sonos cloud

Hi,
I’m moving from domoticz to Ha.
I’m new to HA, i don’t understand yet all the details to set up things.
I’m trying to set up the sonos cloud integration to allow my doorbell to ring in the sonos speaker.

I installed the sonos cloud integration.

I added this to the configuration.yalm

service: media_player.play_media
data:
  entity_id: media_player.tv_2
  media_content_id: CHIME
  media_content_type: music

I get a error :

Logger: homeassistant.components.hassio
Source: components/hassio/__init__.py:694
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 11:29:12 (1 occurrences)
Last logged: 11:29:12

The system cannot restart because the configuration is not valid: Integration error: data - Integration 'data' not found. Integration error: service - Integration 'service' not found.

Here is the full configuraton.yalm


# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml


mqtt:
  sensor:
    - state_topic: "espeasy/ESP_Jardin/Piscine/Temperature"
      name: "Temperature Piscine"
    - state_topic: "espeasy/ESP_Jardin/Panneau_solaire/Temperature"
      name: "Temperature Panneau"
    - state_topic: "espeasy/ESP_Jardin/Temp_Hum_Ext/Temperature"
      name: "Temperature Exterieur"
    - state_topic: "espeasy/ESP_Jardin/Sortie piscine/Temperature"
      name: "Temperature Sortie Piscine"
    - state_topic: "espeasy/ESP_Jardin/Temp_Hum_Ext/Humidity"
      name: "Humidité Jardin"
      unit_of_measurement: "%"
      
      
service: media_player.play_media
data:
  entity_id: media_player.tv_2
  media_content_id: CHIME
  media_content_type: music

What did i wrong ?

thx