mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add configuration_url
to Sonos devices (#58148)
This commit is contained in:
parent
dcaa689023
commit
379a0e2b53
@ -101,6 +101,7 @@ class SonosEntity(Entity):
|
|||||||
},
|
},
|
||||||
"manufacturer": "Sonos",
|
"manufacturer": "Sonos",
|
||||||
"suggested_area": self.speaker.zone_name,
|
"suggested_area": self.speaker.zone_name,
|
||||||
|
"configuration_url": f"http://{self.soco.ip_address}:1400/support/review",
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user