The system cannot restart because the configuration is not valid: Platform error sensor.google_geocode - Integration 'google_geocode' not found

Maybe this topic is not new, but I didn’t found any reliable solution.
Unfortunatelly, it is not possible to restart my HA, because of this error.
I do not know, how to solve this problem, since Google Geocode is working properly, it is recognize me all the time, when I leaving my home and back. Actually I have an automatin for this.
Until today, I was able to restart the server, but from the current version (1.19.2 just upgraded) not possible, because of wrong configuration.
I was trying to figure out, what should be the proble, without success.
Can anyone help me how to resolve this?
Here are the details:
Logger: homeassistant.config
Source: config.py:883
First occurred: 08:12:46 (1 occurrences)
Last logged: 08:12:46

Platform error: sensor - Integration ‘google_geocode’ not found.

This log item is referring to config.py, but I not found here anything, which can cause the problem, even the service is working properly.

Was there a breaking change for the later version you may have missed?

That appears to be a custom component, possibly this one? That one is ancient, and doesn’t have a required tag in the manifest. With that missing tag it won’t be loaded by HA.

Check your log file (not the UI) at the top for messages about it.

You are right! I was implementing the HACS version and it is working properly.
Problem solved.