Zeroconf and default-config error in configuration, please help

Hi everybody,

I get this error when I (re-)start Home Assistant

The following components and platforms could not be set up:

* zeroconf
* default-config

Please check your config.

Below is my config. It does not have anything specific about zeroconf, and default_config is right at the top. How can I debug this and/or find out what the exact problem is here? Thank you for your ideas :slight_smile:

default_config:

# Themes
frontend:
# für verschiedene Icons
  extra_html_url:
    - /local/icons/hass-fontawesome-solid.html
    - /local/icons/hass-fontawesome-regular.html
    - /local/icons/hass-fontawesome-brands.html
    - /local/icons/hass-bha-icons.html
    - /local/icons/hass-zeus-icons.html
# Themes
  # themes: !include themes.yaml 
  themes: !include_dir_merge_named themes
 
# lovelace:
  # mode: yaml
lovelace:
  mode: yaml

# Standardeinstellungen
homeassistant:
  elevation: !secret elevation
  latitude: !secret latitude
  longitude: !secret longitude
  packages: !include_dir_named packages
  temperature_unit: C
  time_zone: Europe/Berlin
  unit_system: metric
  whitelist_external_dirs:
  - /config/www/misc

Place those lines at the end of your config :wink:

Which lines do you mean? I just put

default_config:

zeroconf:

at the end of my config and still have the same error…

Hmm, that solved it for me before… No idea no then