diff --git a/source/_components/media_player.vlc.markdown b/source/_components/media_player.vlc.markdown index 8a9b6b48522..f3bd0064399 100644 --- a/source/_components/media_player.vlc.markdown +++ b/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 ```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 +```