mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
Add selectors to plex services (#49706)
This commit is contained in:
parent
c4f0f818c7
commit
a7393cd8b4
@ -1,12 +1,21 @@
|
|||||||
refresh_library:
|
refresh_library:
|
||||||
|
name: Refresh library
|
||||||
description: Refresh a Plex library to scan for new and updated media.
|
description: Refresh a Plex library to scan for new and updated media.
|
||||||
fields:
|
fields:
|
||||||
server_name:
|
server_name:
|
||||||
|
name: Server name
|
||||||
description: Name of a Plex server if multiple Plex servers configured.
|
description: Name of a Plex server if multiple Plex servers configured.
|
||||||
example: "My Plex Server"
|
example: "My Plex Server"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
library_name:
|
library_name:
|
||||||
|
name: Library name
|
||||||
description: Name of the Plex library to refresh.
|
description: Name of the Plex library to refresh.
|
||||||
|
required: true
|
||||||
example: "TV Shows"
|
example: "TV Shows"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
|
||||||
scan_for_clients:
|
scan_for_clients:
|
||||||
|
name: Scan for clients
|
||||||
description: Scan for available clients from the Plex server(s), local network, and plex.tv.
|
description: Scan for available clients from the Plex server(s), local network, and plex.tv.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user