1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Fix Sonos shuffle/repeat state with Spotify Connect (#41939)

This commit is contained in:
Anders Melchiorsen
2020-10-17 09:40:43 +02:00
committed by GitHub
parent 5580b21260
commit 30b454ddb7
3 changed files with 23 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ def soco_fixture(music_library, speaker_info, dummy_soco_service):
):
mock_soco = mock.return_value
mock_soco.uid = "RINCON_test"
mock_soco.play_mode = "NORMAL"
mock_soco.music_library = music_library
mock_soco.get_speaker_info.return_value = speaker_info
mock_soco.avTransport = dummy_soco_service