mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Update media_player.vlc.markdown (#1771)
* Update media_player.vlc.markdown Integration consequent to update #5334 * Update media_player.vlc.markdown
This commit is contained in:
parent
3696c004dc
commit
27d03a3b9d
@ -22,11 +22,14 @@ To add a VLC media player to your installation, add the following to your `confi
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- platform: vlc
|
- platform: vlc
|
||||||
|
name: speaker_1
|
||||||
|
arguments: '--alsa-audio-device=hw:1,0'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Optional*): The name to use in the frontend.
|
- **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.
|
Only "music" media type is supported for now.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user