Skip to content

Commit 9aa6922

Browse files
committed
Add initial VLC docs
1 parent cfa5b87 commit 9aa6922

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
79.3 KB
Loading

0 commit comments

Comments
 (0)