After updating to the newest HA I get an invalid config, no idea where or what, please help?

After updating to the newest Mai update I get: The following integrations and platforms could not be set up:

In my logs i see no errors??? everything is running!

But… now if I do a “Configuration validation”, I get “Configuration invalid!”, which means i can no longer check my changes in yaml for there is already a persistent error, which is untraceable, please help I am stuck on how to find what is wrong, fix it, I am clueless.

Current HA on a pi 400 with SSD

Home Assistant Core 2022.5.0

Home Assistant Supervisor 2022.05.0

Home Assistant OS 7.6

Kernel version 5.10.103-v8

Agent version 1.2.1

2 Likes

Check if you have

updater:

in your configuration.yaml. If so, remove it.

4 Likes

and it gets worse I tried to restart to see if the error would go then I get:

HA cannot restart for there is an error…

The system cannot restart because the configuration is not valid: Integration error: updater - Integration ‘updater’ not found.

I feel thoroughly screwed now, sorry.

Francisp, thank you it removed the error from the config validator!!!

Big Thank you, Francisp

Updater was replaced with the Version integration in v2022.3.

Up that problem one more:

I have version 2022.5.3.
When I have updater: in my yaml then I get the error 2022-05-11 04:17:09 ERROR (MainThread) [homeassistant.setup] Setup failed for updater: Integration not found.

If I disable updater and restart I get 2022-05-11 21:09:27 ERROR (MainThread) [homeassistant.components.homeassistant] The system cannot restart because the configuration is not valid: Integration error: updater - Integration 'updater' not found.

So either way is wrong…

How did you disable updater? You’ll need to completely delete it (or comment it out) from your configuration.yaml

Just commented out. via a # in config. But in the end I think it will never be used again and removing it there is probably the better option to declutter.

Found the problem: A simple restart is not enough in docker. The container/volume has to be removed completely and recreated.