Invalid configuration with empty reason

Hi there,

on every restart I get the following log message:

ERROR (MainThread) [homeassistant.config] Invalid config for [automation]:  (See /config/configuration.yaml, line 55)

Lines 55 & 56 from configuration.yaml

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

The automations work anyway. I dont know if this is a “real” error, or only a wrong log message.

Post your automations.yaml

My automation file is very big (1000 Lines). Based on your hint, I will try to comment out some parts to see if the error will disapper.