Files
Bose-SoundTouch/.github/workflows
Tobias Gesellchen c9ac73e082 fix: correct integration test to use proper function and type names
- Use client.NewClientFromHost instead of non-existent client.New
- Use models.DeviceInfo instead of non-existent models.Info
- Use discovery.UnifiedDiscoveryService instead of non-existent discovery.Scanner
- Use config.DefaultConfig instead of non-existent config.NewConfig
- Add config package import for discovery service creation

This fixes the integration test failure where undefined symbols were being referenced.
2026-01-09 13:14:53 +01:00
..