Bump aiohomematic to 2026.1.15
Bug Fixes
- VirtualDevices Connection Failure: Fixed VirtualDevices failing to connect on OpenCCU/RaspberryMatic. The CCU's XML-RPC parser crashed when receiving device descriptions with empty
CHILDRENfields. Device descriptions are now normalized to ensureCHILDRENis always a list - Retry Mechanism Removed: Removed the retry mechanism that was conflicting with CircuitBreaker pattern, causing cascading failures. This particularly affected slower backends (Virtual Devices on Raspberry Pi 4, OpenCCU systems) where retry attempts counted toward circuit breaker thresholds, triggering premature failures during initialization. Network errors now fail immediately for more predictable behavior