110.2 customize integration not found

I just noticed this when I went to customise an entity - there was a warning saying that customize wasn’t properly configured edits wouldn’t be saved.

The logs show this:
ERROR (MainThread) [homeassistant.components.hassio] Component error: customize - Integration 'customize' not found.

My config has this line in it:
customize: !include customize.yaml and it has been populated with entries so it was working at one point recently.

Anyone have any pointers?

Show your config screen of customize.
Propably you didn’t use spaces before “customize: !include customize.yaml” phrase.

entire config as follows:

default_config:

frontend:
  themes: !include_dir_named themes
# Text to speech
tts:
  - platform: google_translate

#Speedtest.net
speedtestdotnet:
  scan_interval: '12:00'

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch: !include switch.yaml
input_boolean: !include input_boolean.yaml
climate: !include climate.yaml
customize: !include customize.yaml
weather: !include weather.yaml
sensor: !include sensor.yaml

Customize goes under homeassistant:

homeassistant:
  customize: !include customize.yaml
5 Likes

Thanks, Tom! That did the trick - much appreciated.

1 Like

Sorry for that. But I habe the same problem and i cant fix it.

Here ist my configuration.yaml:

# Loads default set of integrations. Do not remove.
default_config:

# Text to speech
tts:
  - platform: google_translate
homeassistant:
customize: !include customize.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Could anyone help me? Thanks!

Look what I wrote:

Look what you have:

See the difference?

I have:

homeassistant:
  customize: !include customize.yaml

But i still get “Configuration warnings Integration error: customize - Integration ‘customize’ not found.”