mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Corrected platform name (#10041)
* Corrected platform name
Corrected platform name from vlc-telnet to vlc_telnet.
* ✏️ Tweak
This commit is contained in:
parent
64405b2ec9
commit
424de27881
@ -8,14 +8,14 @@ ha_release: 0.95
|
||||
ha_iot_class: Local Polling
|
||||
---
|
||||
|
||||
The `vlc-telnet` platform allows you to control a [VLC media player](http://www.videolan.org/vlc/index.html) using the built in telnet interface.
|
||||
The `vlc_telnet` platform allows you to control a [VLC media player](http://www.videolan.org/vlc/index.html) using the built in telnet interface.
|
||||
|
||||
To add a VLC media player to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
- platform: vlc-telnet
|
||||
- platform: vlc_telnet
|
||||
host: IP_ADDRESS
|
||||
password: PASSWORD
|
||||
```
|
||||
@ -53,7 +53,7 @@ A full configuration for VLC could look like the one below:
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
- platform: vlc-telnet
|
||||
- platform: vlc_telnet
|
||||
name: Remote Player
|
||||
host: 192.168.1.48
|
||||
port: 4212
|
||||
|
Loading…
x
Reference in New Issue
Block a user