Minimizing of the configuration sample (#1033)

This commit is contained in:
Fabian Affolter 2016-10-02 17:12:48 +02:00 committed by GitHub
parent bb9533e546
commit a175486bb3
26 changed files with 117 additions and 123 deletions

View file

@ -11,6 +11,7 @@ logo: panasonic.png
ha_category: Media Player
featured: false
ha_release: 0.17
ha_iot_class: "Local Polling"
---
The `panasonic_viera` platform allows you to control a Panasonic Viera TV.
@ -27,14 +28,12 @@ To add a TV to your installation, add the following to your `configuration.yaml`
```yaml
# Example configuration.yaml entry
media_player:
platform: panasonic_viera
host: 192.168.0.10
port: 55000
name: Living Room TV
- platform: panasonic_viera
host: 192.168.0.10
```
Configuration variables:
- **host** (*Required*): The IP of the Panasonic Viera TV, e.g. `192.168.0.10`
- **port** (*Optional*): The port of your Panasonic Viera TV. Defaults to `55000`
- **host** (*Required*): The IP of the Panasonic Viera TV, e.g. `192.168.0.10`.
- **port** (*Optional*): The port of your Panasonic Viera TV. Defaults to `55000`.
- **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.