Homematic CCU3: Devices don't appear in Dashboard

I followed the https://www.home-assistant.io/integrations/homematic/ to integrate my HM Devices. Fortunately, they appear with its name in the HA Configuration/Entities Section. I even can control the devices from HA.

Unfotunately, the devices don’t appear in the devices, integrations nor in the dashboard (overview) section. I coulden’t find errors in the log.

shouldn’t they appear there?

Here is my configuration:

homematic:
    interfaces:
        rf:
            host: 172.16.1.121
            port: 2001
            resolvenames: json
            username: Admin
            password: pw
        ip:
            host: 172.16.1.121
            port: 2010
            resolvenames: json
            username: Admin
            password: pw

The CCU3 is a PiVCCU on a raspberry3.

If I’m not mistaken only devices configured via integrations (within the Home Assistant UI, like Hue or Chromecasts etc.) show up on those pages. If you see all your devices and are able to control them, then everything is fine. :+1: