mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Update VLC configuration variables (#6662)
This commit is contained in:
parent
6e7a4e0f66
commit
0d293dfd46
@ -24,10 +24,16 @@ media_player:
|
||||
- platform: vlc
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **name** (*Optional*): The name to use in the frontend.
|
||||
- **arguments** (*Optional*): Additional arguments to be passed to VLC.
|
||||
{% configuration %}
|
||||
name:
|
||||
description: The name to use in the frontend.
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user