Home Connect integration not showing

Dear all,
I’m trying to set up the home-connect integration. All steps from https://www.home-assistant.io/integrations/home_connect/ are followed.
When I restart HA so that the configuration.yaml can load again, no integration appears in the integrationspanel.

What am I doing wrong?

Do you get any errors in the logs?

no errors with a direct reference to home-connect.
But this error might be related to the issue:
2020-10-14 12:46:19 ERROR (MainThread) [homeassistant.setup] Setup failed for resources: Integration not found.

please ignore the text above.
no errors with a direct reference to home-connect.

Whats in your configuration.yaml? And more important what version of home assistant are you running? I have a feeling that you run a version below 0.110?

my HA version is 0.110.4

in my configuration.yaml I have this:

#oven
home_connect:
  client_id: BLAHBLAHBLAH
  client_secret: BLAHBLABLAH

Hmm, If you go to configuration -> integrations and press the orange plus sign in the bottom right corner, can you find the integration there?

Yes! that’s it!
thank you very much!