Splitting Configuration File Missing Property

I’m attempting to split my configuration file. I created
binary_sensor.yaml inside the config folder

added binary_sensor: !include binary_sensor.yaml to the configuration.yaml

moved the following which was working fine within the Configuration.yaml but get the error.

Screenshot 2021-03-23 120604

Help,

You need to remove binary_sensor: from the binary_sensor.yaml file

Thank you,