We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa5b87 commit 9aa6922Copy full SHA for 9aa6922
source/_components/media_player.vlc.markdown
@@ -0,0 +1,30 @@
1
+---
2
+layout: page
3
+title: "VLC"
4
+description: "Instructions on how to integrate VLC media player into Home Assistant."
5
+date: 2016-11-02 12:02
6
+sidebar: true
7
+comments: false
8
+sharing: true
9
+footer: true
10
+logo: videolan.jpg
11
+ha_category: Media Player
12
+featured: false
13
+ha_release: 0.35
14
+ha_iot_class: "Local Polling"
15
16
+
17
+The `vlc` platform allows you to control [VLC media player](http://www.videolan.org/vlc/index.html).
18
19
+To add a VLC media player to your installation, add the following to your `configuration.yaml` file:
20
21
+```yaml
22
+# Example configuration.yaml entry
23
+media_player:
24
+ - platform: vlc
25
+```
26
27
+Configuration variables:
28
29
+- **name** (*Optional*): The name to use in the frontend.
30
source/images/supported_brands/videolan.png
79.3 KB
0 commit comments