Add configuration_url to Sonos devices (#58148)

This commit is contained in:
jjlawren 2021-10-21 01:00:34 -05:00 committed by GitHub
parent dcaa689023
commit 379a0e2b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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