mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Update VLC configuration variables (#6662)
This commit is contained in:
parent
6e7a4e0f66
commit
0d293dfd46
@ -24,10 +24,16 @@ media_player:
|
|||||||
- platform: vlc
|
- platform: vlc
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): The name to use in the frontend.
|
description: The name to use in the frontend.
|
||||||
- **arguments** (*Optional*): Additional arguments to be passed to VLC.
|
required: false
|
||||||
|
type: string
|
||||||
|
arguments:
|
||||||
|
description: Additional arguments to be passed to VLC.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Only the "music" media type is supported for now.
|
Only the "music" media type is supported for now.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user