File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments