Merge pull request #1879 from Molodax/patch-4

Update media_player.vlc.markdown
This commit is contained in:
Daniel Høyer Iversen 2017-01-26 14:03:20 +01:00 committed by GitHub
commit 2dc31ad75d

View File

@ -52,3 +52,11 @@ On macOS phython-vlc wont find the VLC plugin directory unless you add this t
```bash
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
```
##### {% linkable_title Additional configuration for Rasperry Pi %}
You need to add `homeassistant` user to `audio` group:
```bash
sudo usermod -a -G audio homeassistant
```