Notifications - Invalid Config

I am running HA version 0.113.3 and have the following notification:

Invalid config

The following integrations and platforms could not be set up:
-recorder
-history
-logbook
-default_config
Please check your config.

Here is my Configuration.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
logger:
sonoff:
    username: XXXXXXXXX
    password: XXXXXXXXX
input_number:
  pump_timer_minutes:
    name: "Set Fountain Run Timer"
    min: 1
    max: 56
    step: 5
input_boolean:
  pump_timer_enabled:
    name: "Start Timer"
    initial: off
    icon: mdi:timelapse

Any ideas what would be causing this notification?

You don’t have the recorder integration in your config. Add:

recorder:

Check your logs for the actual error message.