How to start from scratch?

I got some startup and mested around. Now get error Safe mode activated…

Hi there…This mean there are errors in the configuration.yaml. You can find what are errors by going to configurations>server controls>check configuration

The errors will be shown and please rectify the errors accordingly and save and reboot.
Hopefully you will exit safe mode.
If you want more help with rectifying errors please share the errors mentioned while using check configuration.

Hi thanks for yr quick reply.
Yes I know the errors in the files but want just to straat from null. I have only started HA and played with the yaml file.

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Homeassistant

can not read a block mapping entry; a multiline key may not be an implicit key at line 14, column 1:

Mostly it would be a syntax issue. Please copy the contents of configuration.yaml between ``` so that it will be shown as a code and would help to check syntax.

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homeassistant

Should have a colon on the end of the key:

homeassistant:

Great! solved with this !