Thanks to visit codestin.com Credit goes to github.com
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 5c19144 commit 97f9e64Copy full SHA for 97f9e64
source/_components/media_player.vlc.markdown
@@ -52,3 +52,11 @@ On macOS phython-vlc won’t find the VLC plugin directory unless you add this t
52
```bash
53
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
54
```
55
+
56
+##### {% linkable_title Additional configuration for Rasperry Pi %}
57
58
+You need to add `homeassistant` user to `audio` group:
59
60
+```bash
61
+sudo usermod -a -G audio homeassistant
62
+```
0 commit comments