"Config doesn't include customize.yaml"

Hi, I’m getting this:

“It seems that your configuration.yaml doesn’t properly include customize.yaml
Changes made here won’t affect your configuration.”

In my configuration.yaml there’s this, which should be correct AFAIK:

homeassistant:
customize: !include customize.yaml

Everything is restarted, to no avail. Any tips?

What is in your customize.yaml ?

It needs to be indented 2 spaces.

homeassistant:
  customize: !include customize.yaml
1 Like

It is! For whatever reason not here but it’s correct in the yaml. Two spaces.

For future reference please read point 11 here: How to help us help you - or How to ask a good question

Practice by pasting the contents of your customize.yaml file here. This will also help us spot any problems.

Thank you, noted! Such a noob mistake :slight_smile: