Skip to content

Commit 27d03a3

Browse files
MrMepfabaff
authored andcommitted
Update media_player.vlc.markdown (home-assistant#1771)
* Update media_player.vlc.markdown Integration consequent to update home-assistant#5334 * Update media_player.vlc.markdown
1 parent 3696c00 commit 27d03a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/media_player.vlc.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ To add a VLC media player to your installation, add the following to your `confi
2222
# Example configuration.yaml entry
2323
media_player:
2424
- platform: vlc
25+
name: speaker_1
26+
arguments: '--alsa-audio-device=hw:1,0'
2527
```
2628
2729
Configuration variables:
2830
2931
- **name** (*Optional*): The name to use in the frontend.
32+
- **arguments** (*Optional*): Additional arguments to be passed to VLC.
3033
3134
Only "music" media type is supported for now.
3235

0 commit comments

Comments
 (0)