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