mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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",
|
||||
"suggested_area": self.speaker.zone_name,
|
||||
"configuration_url": f"http://{self.soco.ip_address}:1400/support/review",
|
||||
}
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user