"Component not found: customize"

When I run check_config I get this:

Testing configuration at /root/.homeassistant
16-11-05 13:11:21 ERROR (Thread-1) [homeassistant.loader] Unable to find component customize
Failed config
General Errors:
- Component not found: customize

Can’t find it anywhere, should it be downloaded automatically or anything?

There is an error in your config file.
“Customize” should be indented under “homeassistant” like this:

homeassistant:
  name: Home
  unit_system: metric
  # etc

  customize:
3 Likes

Thanks, I changed the entry - works now :slight_smile:

Cheers!

Hello,

Does it have to be there as you mentioned, even though it’s in the footer like:
customize: !include customize.yaml ???

Thank you!

Antonio

I don’t know what in the footer means in this context, but customize is an option of homeassistant, so must be indented as described above.

1 Like