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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user