Custom integrations work, but some don't show in the integrations dashboard

Hi,
I have 4 custom integrations installed. All are configured and are working as expected. But 2 of these custom integrations don’ show in the “Configured” part of the integrations dashboard.

Example, the goecharger integration: GitHub - mpw96/homeassistant-goecharger: Home Assistant custom_component for controlling the go-eCharger EV-Charger

It’s installed, I have usable sensors, services,… All good.

It’s not showing here:
http://:8123/config/integrations/dashboard (the overview)

But it’s available here:
http://:8123/config/integrations/integration/goecharger (I see details)

It’s configured with an entry in the configuration.yaml.
Yes, after installation (entry in configuration.yaml, code in config/custom_components/goecharger) I have restarted HA.
Yes, I have removed everything, restarted, put everything back in place, restarted.

I’m running 2024.8.3 in a docker image on a raspberrypi. I’m using version 0.27.2 of the goecharger integration.

Does anybody have similar observations? I’d like to see all integrations on the integrations overview page. Thank you!