From a477eaf44b6551c003c8e4bbd87edb6dd5d4a641 Mon Sep 17 00:00:00 2001 From: Matt N Date: Sun, 29 Jan 2017 00:23:46 -0800 Subject: [PATCH] Fix typos and grammar in media_player.vlc.markdown (#1894) --- source/_components/media_player.vlc.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/media_player.vlc.markdown b/source/_components/media_player.vlc.markdown index f3bd0064399..21ed9cdf248 100644 --- a/source/_components/media_player.vlc.markdown +++ b/source/_components/media_player.vlc.markdown @@ -29,13 +29,13 @@ Configuration variables: - **name** (*Optional*): The name to use in the frontend. - **arguments** (*Optional*): Additional arguments to be passed to VLC. -Only "music" media type is supported for now. +Only the "music" media type is supported for now. This service will control a background VLC instance, therefore you cannot use this to control a VLC instance launched on your desktop, unlike the Kodi media player for example. ## {% linkable_title Full configuration %} -A full configuration for VLC could llok like the one below: +A full configuration for VLC could look like the one below: ```yaml # Example configuration.yaml entry @@ -47,7 +47,7 @@ media_player: ##### {% linkable_title Additional configuration on macOS %} -On macOS phython-vlc won’t find the VLC plugin directory unless you add this to the user’s `.bash_profile` that is running Home Assistant: +On macOS `python-vlc` won’t find the VLC plugin directory unless you add this to the user’s `.bash_profile` that is running Home Assistant: ```bash export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins @@ -55,7 +55,7 @@ export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plu ##### {% linkable_title Additional configuration for Rasperry Pi %} -You need to add `homeassistant` user to `audio` group: +You need to add the `homeassistant` user to the `audio` group: ```bash sudo usermod -a -G audio homeassistant