1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add sw_version and connections to sonos devices (#35743)

This commit is contained in:
J. Nick Koston
2020-05-17 16:16:50 -05:00
committed by GitHub
parent f085fb1499
commit 03b14c9aae
3 changed files with 26 additions and 1 deletions

View File

@@ -69,4 +69,9 @@ def music_library_fixture():
@pytest.fixture(name="speaker_info")
def speaker_info_fixture():
"""Create speaker_info fixture."""
return {"zone_name": "Zone A", "model_name": "Model Name"}
return {
"zone_name": "Zone A",
"model_name": "Model Name",
"software_version": "49.2-64250",
"mac_address": "00-11-22-33-44-55",
}