Fehler im Yaml wer kann mir helfen

Hallo zusammen
Ich bin Neuling im Home Assistant.

Ich habe irgendwie meine Config versaut kann mir da jemand helfen.

Konfigurationsfehler
Error loading /config/configuration.yaml: mapping values are not allowed here
  in "/config/configuration.yaml", line 2, column 9

conversation.home_assistant
frontend:
  themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
  ip_ban_enabled: true
  login_attempts_threshold: 5
  use_x_forwarded_for: trueconversation.home_assistant
# Loads default set of integrations. Do not remove.
default_config:media_player.tv_samsung_7_series_55
# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
  ip_ban_enabled: true
  login_attempts_threshold: 5
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
  trusted_proxies:
    - 172.30.33.0/24

:crayon:by HarryP: Code-/Logzeilen formatiert (bitte immer in </> einbinden)

Eigentlich steht es in der Fehlermeldung schon drin:

also hier:

Hinter “frontend:” fehlt offensichtlich was.
Nimm doch den “frontend”-Eintrag mal raus

Irgendwie stehen da wohl Sachen doppelt drin!

Ich habe alle doppelte sachen raus

conversation.home_assistant
default_config:

frontend:
  themes: !include_dir_merge_named themes
  
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
  cors_allowed_origins:
    - https://google.com
    - https://www.home-assistant.io
  ip_ban_enabled: true
  login_attempts_threshold: 5
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24

media_player:
  - platform: samsungtv
    host: 	192.168.1.107
    name: "Samsung TV 7 Series 55"

aber es kommt immer noch ein fehler

end of the stream or a document separator is expected (2:15)

 1 | conversation.home_assistant
 2 | default_config:
-------------------^
 3 | 
 4 | frontend:

:crayon:by HarryP: Code-/Logzeilen formatiert (bitte immer in </> einbinden)

Was soll conversation.home_assistant sein? Nimm das mal raus.

jop das wars
Vielen Dank