mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
Add suggested area support to Sonos (#46794)
This commit is contained in:
@@ -56,4 +56,5 @@ async def test_device_registry(hass, config_entry, config, soco):
|
||||
assert reg_device.sw_version == "49.2-64250"
|
||||
assert reg_device.connections == {("mac", "00:11:22:33:44:55")}
|
||||
assert reg_device.manufacturer == "Sonos"
|
||||
assert reg_device.suggested_area == "Zone A"
|
||||
assert reg_device.name == "Zone A"
|
||||
|
||||
Reference in New Issue
Block a user