Fix typos and grammar in media_player.vlc.markdown (#1894)

This commit is contained in:
Matt N 2017-01-29 00:23:46 -08:00 committed by Fabian Affolter
parent 7a41936827
commit a477eaf44b
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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 wont find the VLC plugin directory unless you add this to the users `.bash_profile` that is running Home Assistant:
On macOS `python-vlc` wont find the VLC plugin directory unless you add this to the users `.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