After Update to 2022.12.4 Homematic integration not working

Hello all there,

i just started with Home Assistant, starting to integrate all my Devices. I got Homematic (not IP) finally working using this config:

# Homematic
interfaces:
  wireless:
    host: 192.168.x.x
    resolvenames: json
    username: Admin
    password: !secret ccu2_password
  ip:
    host: 192.168.x.x
    port: 2010
    username: Admin
    password: !secret ccu2_password
  groups:
    host: 192.168.x.x
    port: 9292
    resolvenames: json
    username: Admin
    password: !secret ccu2_password
    path: /groups
hosts:
  ccu2:
    host: 192.168.x.x
    username: Admin
    password: !secret ccu2_password

After upgrade from 2022.12.3 → 2022.12.4 the homematic says “Entity not available” and my konfiguration says:

Integration error: interfaces - Integration ‘interfaces’ not found.
Integration error: hosts - Integration ‘hosts’ not found.

Also deleting the integration and restarting Home Assistant didn’t solve this issue.
I installed HA via VMDK, so its the HA OS.

Any Idea how to fix this?

Now i got the OS Update to 9.4, but didn’t change this issue.

OK, i tried to downgrade my installation now and it worked

ha core update --version=2022.12.3

But the homematic config is still not working. Any Idea?

OK sry to bother you again, but sometimes you dont see the Wood because of the trees :smiley:
not sure its a german saing…
Seems i missed the homematic: node…

So User error