Customize doesn't work anymore?

I’m not able to add the below into my configuration.yaml file?

customize: !include customize.yaml

or even:

customize:
etc
etc

Error in the logs is:

MainThread) [homeassistant.loader] Unable to find component customize 2017-05-31 21:32:54
(MainThread) [homeassistant.setup] Setup failed for customize: Component not found.

I see nowhere else people having this problem?

Please note that customize needs to be inside the homeassistant block and indented.

homeassistant:
  customize: !include customize.yaml

Also, make sure that customize.yaml file is present in the configuration directory.

1 Like

Great thanks, that worked :slight_smile: