Update Panasonic_viera media_player component configuration (#7257)

This commit is contained in:
Klaas Schoute 2018-10-30 19:17:51 +01:00 committed by Fabian Affolter
parent b4cc0b361a
commit f1f14f7ea6

View File

@ -44,12 +44,26 @@ media_player:
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 number of your Panasonic Viera TV. Defaults to `55000`.
- **mac** (*Optional*): The MAC address of your Panasonic Viera TV, e.g., `AA:BB:CC:DD:99:1A`.
- **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.
{% configuration %}
host:
description: The IP of the Panasonic Viera TV, e.g., `192.168.0.10`.
required: true
type: string
port:
description: The port number of your Panasonic Viera TV.
required: false
default: 55000
type: integer
mac:
description: The MAC address of your Panasonic Viera TV, e.g., `AA:BB:CC:DD:99:1A`.
required: false
type: string
name:
description: The name you would like to give to the Panasonic Viera TV.
required: false
default: Panasonic Viera TV
type: string
{% endconfiguration %}
### {% linkable_title Example `play_media` script %}