mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add configuration_url
to Plex integration (#58149)
This commit is contained in:
parent
379a0e2b53
commit
3ffe0b3625
@ -113,6 +113,7 @@ class PlexSensor(SensorEntity):
|
||||
"model": "Plex Media Server",
|
||||
"name": self._server.friendly_name,
|
||||
"sw_version": self._server.version,
|
||||
"configuration_url": f"{self._server.url_in_use}/web",
|
||||
}
|
||||
|
||||
|
||||
@ -203,4 +204,5 @@ class PlexLibrarySectionSensor(SensorEntity):
|
||||
"model": "Plex Media Server",
|
||||
"name": self.server_name,
|
||||
"sw_version": self._server.version,
|
||||
"configuration_url": f"{self._server.url_in_use}/web",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user