From 27d03a3b9d600d761dcfe454e38981968b012891 Mon Sep 17 00:00:00 2001 From: Gianluca Barbaro Date: Sun, 15 Jan 2017 13:09:24 +0100 Subject: [PATCH] Update media_player.vlc.markdown (#1771) * Update media_player.vlc.markdown Integration consequent to update #5334 * Update media_player.vlc.markdown --- source/_components/media_player.vlc.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/media_player.vlc.markdown b/source/_components/media_player.vlc.markdown index 59940f6f323..a779b435f47 100644 --- a/source/_components/media_player.vlc.markdown +++ b/source/_components/media_player.vlc.markdown @@ -22,11 +22,14 @@ To add a VLC media player to your installation, add the following to your `confi # Example configuration.yaml entry media_player: - platform: vlc + name: speaker_1 + arguments: '--alsa-audio-device=hw:1,0' ``` Configuration variables: - **name** (*Optional*): The name to use in the frontend. +- **arguments** (*Optional*): Additional arguments to be passed to VLC. Only "music" media type is supported for now.