Urgent help

Please help med reconnecting my homeassistant.
I think by mistake i did remove som lines from configuration Yaml.
When I try to reconnect to my servere. I get error message.:

This is my yaml configuration:

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

Example configuration.yaml entry

media_extractor:

Example configuration.yaml entry

Example configuration.yaml entry

config:

Sensors

sensor:

  • platform: time_date
    display_options:
    • ‘time’
    • ‘date’
    • ‘time_date’
  • platform: google_wifi

Example configuration.yaml entry

camera:

  • platform: familyhub
    ip_address: “192.168.86.36”

I get this from the log file:

Home Assistant Core

2024-04-08 07:05:14.842 ERROR (SyncWorker_0) [homeassistant.util.yaml.loader] expected ‘’, but found ‘’

in “/config/configuration.yaml”, line 6, column 1

2024-04-08 07:05:14.845 ERROR (MainThread) [homeassistant.bootstrap] Failed to parse configuration.yaml: expected ‘’, but found ‘’

in “configuration.yaml”, line 6, column 1. Activating recovery mode

2024-04-08 18:27:47.686 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [547182274240] from 192.168.86.77 (Home Assistant/2024.3 (io.robbie.HomeAssistant; build:2024.608; iOS 16.7.7)): Disconnected: Did not receive auth message within 10 seconds

Please Help me to recover and connect to my home assistant
I really appreciate your help

if you want urgent help, please take the time to format your code

By the time I figure out the mess you wrote, I could have helped you already long time.

Should be

default_config:

I appreciate your comment :slight_smile: . I am afraid that i can not manage this . If screen shot can not help. I will do my best to manage it .

Your screenshot still lacks the : after default_config

default_config:

f6be36681e0da431418ec7781fb6c62712941803

1 Like
# 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
# Example configuration.yaml entry
media_extractor:
# Example configuration.yaml entry
# Example configuration.yaml entry
config:
# Sensors
sensor:
  - platform: time_date
    display_options:
      - 'time'
      - 'date'
      - 'time_date'
  - platform: google_wifi

# Example configuration.yaml entry
camera:
  - platform: familyhub
    ip_address: "192.168.86.36"

Third time

is is

default_config:

and not

default_config
1 Like
# 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
# Example configuration.yaml entry
media_extractor:
# Example configuration.yaml entry
# Example configuration.yaml entry
config:
# Sensors
sensor:
  - platform: time_date
    display_options:
      - 'time'
      - 'date'
      - 'time_date'
  - platform: google_wifi

# Example configuration.yaml entry
camera:
  - platform: familyhub
    ip_address: "192.168.86.36"`
1 Like

That should fix your problem

1 Like

I am trying to restart. waiting to see
Is there is any problem with line 6 column 1 as mentioned in the log file ?

IT WORKED. THANK YOU. THANK YOU.
You saved my day. I really appreciate your help. :grinning: :ok_woman: :ok_woman:

THANK YOU. You helped alot. you saved my day :ok_woman:

1 Like