1
0
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:
J. Nick Koston
2021-02-19 21:28:52 -10:00
committed by GitHub
parent 9b69549f73
commit 41332493b5
2 changed files with 2 additions and 0 deletions

View File

@@ -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"