Hello,
i have got a Kermi XCenter heatpump.
i tried to integrate the kermi-ha-bridge in the version v0.10.0.
I followed the instroductions on github, installed AppDeamon4.x, then downloaded the kermi-ha-bridge.
Is it right, that the path after downloading in hass is /config/appdaemon/apps/kermi-ha-bridge
because in the apps.yaml looks the path like this:
em_config_path: /config/appdaemon/apps/kermi_bridge/config.yaml
I tried a lot of things (rename the file-paths from kermi-ha-bridge to kermi_bridge) but nothing will work for me… 
I put this
kermi_bridge:
module: kermi_bridge.kermi_bridge
class: KermiBridge
em_config_path: /config/appdaemon/apps/kermi_bridge/config.yaml
in the file
/root/addon_configs/a0d7b954_appdaemon/apps/apps.yaml
and this ist the result in AppDeamon-Log:
2026-05-06 16:41:36.577326 ERROR Error: ===== Error importing 'kermi_bridge.kermi_bridge' =======================
2026-05-06 16:41:36.578601 ERROR Error: FailedImport: Failed to import ‘kermi_bridge.kermi_bridge’
2026-05-06 16:41:36.578995 ERROR Error: Import paths:
2026-05-06 16:41:36.579316 ERROR Error: /config/apps
2026-05-06 16:41:36.581736 ERROR Error: ModuleNotFoundError: No module named ‘kermi_bridge’
2026-05-06 16:41:36.583280 ERROR Error: ===========================================================================
2026-05-06 16:41:36.583963 WARNING AppDaemon: Failed to start apps: {‘kermi_bridge’}
Can anybody help me?!
thanks al lot