Help for newbee - config error

Hi,

I have been using HA on and off for a while now, but am now getting serious with a fresh start and more involved settup.
I have just tried to reboot the system but am getting the following error

homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: expected ‘’, but found ‘’ in “/config/configuration.yaml”, line 6, column 1

Could you post your configuration.yaml?
At least the first 10/15 rows

Not sure if this is correct, or if it is actually all blank for some reason. (also not sure if this is the correct way to paste the data in here.

de

Loads default set of integrations. Do not remove.

default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

Text to speech

tts:

  • platform: google_translate

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

Just use this tool to post your code

de



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

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text to speech
tts:
  - platform: google_translate

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

Remove the first line containing de from your configuration.yaml file because it shouldn’t be there.

Thank you for the help and quick response. Dont know how that got there as I havent done any messing around yet, just adding existing equipment in.

Thanks again.