Customization - It seems that your configuration.yaml doesn't include customize.yaml

On the old RPi3 HASS.io installation, I had a section called homeassistant: which contained the customize: setting.

On the new HASS.io installation on the Ubutntu server under Docker, that section does not exist. So, if I try to use the Customize feature in the Configuration section of the UI, I get the red error

'It seems that your configuration.yaml doesnt properly include customize.yaml
Changes made here wont affect your configuration.'

Should this section be a part of HASS.io given the nature of the new onboarding process?

1 Like

You might need to include:

homeassistant:
  customize: !include customize.yaml

The new default_config doesn’t include customize so I think that might be the issue.
See also here https://www.home-assistant.io/docs/configuration/customizing-devices/#manual-customization

Derp…thanks. Never mind the other followup.

I tried that and got this: extra keys not allowed @ data[‘customize’][‘homeassistant’]

I am using hassio, current version: Home Assistant 0.96.4

Check that you have the lines in the order I put them. You have made a mistake in your entry. Post config here.

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Uncomment this if you are using SSL/TLS, running in Docker container, etc.

http:

base_url: example.duckdns.org:8123

Text to speech

tts:

  • platform: google_translate

homeassistant:
customize: !include customize.yaml

automation: !include automations.yaml
script: !include scripts.yaml

Oh, and sorry how the message posted, I just copied, pasted and sent.