@@ -1,6 +1,13 @@
|
||||
execute_script:
|
||||
name: Execute Script
|
||||
description: Execute a pre-defined script on the media server
|
||||
description: >-
|
||||
Execute a pre-defined script on one or more Remote Media Player hubs.
|
||||
If no target is selected, the script runs on ALL configured hubs.
|
||||
target:
|
||||
device:
|
||||
integration: remote_media_player
|
||||
entity:
|
||||
integration: remote_media_player
|
||||
fields:
|
||||
script_name:
|
||||
name: Script Name
|
||||
@@ -16,3 +23,22 @@ execute_script:
|
||||
example: '{"level": 75, "monitor": "primary"}'
|
||||
selector:
|
||||
object:
|
||||
|
||||
play_media_file:
|
||||
name: Play Media File
|
||||
description: >-
|
||||
Start playback of a local media file on one or more Remote Media Player hubs.
|
||||
If no target is selected, playback starts on ALL configured hubs.
|
||||
target:
|
||||
device:
|
||||
integration: remote_media_player
|
||||
entity:
|
||||
integration: remote_media_player
|
||||
fields:
|
||||
file_path:
|
||||
name: File Path
|
||||
description: Absolute path to the media file on the target hub
|
||||
required: true
|
||||
example: "C:/Media/movie.mp4"
|
||||
selector:
|
||||
text:
|
||||
|
||||
Reference in New Issue
Block a user