Issue with customization.yaml

Hello

I read the docs on customizing entities, I have a fresh install of hass.io in virtualization station. When trying to customize entities I get the following error:

It seems that your configuration.yaml doesn’t properly include customize.yaml.
Changes made here are written in it, but will not be applied after a configuration reload unless the include is in place.

I do have customize: !include customize.yaml under homeassistant: in my configuration.yaml properly indented so I am not really sure what the issue is.
pasted_image

try creating an empty file called customize.yaml in your config folder

Also my homeassistant: is the first thing in config, move default config below it including moving it back 2 spaces

homeassistant:
  customize: !include customize.yaml
  packages: !include_dir_named packages
  auth_providers:
   - type: trusted_networks
     trusted_networks:
       - 10.0.0.0/24
   - type: homeassistant

Thank you aidbish

Moving the default config and also removing the indent from the home assistant section worked.

pasted_image