Invalid config notification go2rtc

I have the following problem, in notifications I get that I have the following error in the logs

Invalid config

The following integrations and platforms could not be set up:

* [go2rtc](https://www.home-assistant.io/integrations/go2rtc) ([Show logs](http://192.168.1.248:8123/config/logs?filter=go2rtc))
* [default_config](https://www.home-assistant.io/integrations/default_config) ([Show logs](http://192.168.1.248:8123/config/logs?filter=default_config))

Please check your config and [logs](http://192.168.1.248:8123/config/logs)

.

but I don’t even have the go2rtc plugin installed (I uninstalled it a long time ago)

and there is nothing like this in the configuration.yaml

Are you using “default config” in your config. If so go2rtc will be installed by default

You should look through your logs for go2rtc and see why it didn’t start. Depending on how you installed Home Assistant, the network port that it uses could conflict with an existing app/service, but it seems unlikely.

I don’t have installed go2rtc

Yes. You do

It was added by default unless you specifically removed “default config “ from your config file

I have in my configuration.yaml

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

Can I delete it?

Yes

You will need to add the integration item you want to keep that are part of “default_config” integration

I deleted it and had to re-enable it because the graphs (history in graphs) were disabled… how do I enable them independently?

These are items enabled by “default_config:”

Since you removed default_config you need to add those items manually

For history you just add

history:

You can look at the items to see there detailed config items

1 Like