Olle
(OA)
1
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?
Szaman
(Łukasz)
2
Show your config screen of customize.
Propably you didn’t use spaces before “customize: !include customize.yaml” phrase.
Olle
(OA)
3
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
tom_l
4
Customize goes under homeassistant:
homeassistant:
customize: !include customize.yaml
5 Likes
Olle
(OA)
5
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!
hvardrino
(Héctor Varghese)
8
I have:
homeassistant:
customize: !include customize.yaml
But i still get “Configuration warnings Integration error: customize - Integration ‘customize’ not found.”