Update VLC configuration variables (#6662)

This commit is contained in:
definitio 2018-10-10 21:28:38 +03:00 committed by Franck Nijhof
parent 6e7a4e0f66
commit 0d293dfd46

View File

@ -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.