From f1f14f7ea6762cfab734ca0b758dfb631283bcdb Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 30 Oct 2018 19:17:51 +0100 Subject: [PATCH] Update Panasonic_viera media_player component configuration (#7257) --- .../media_player.panasonic_viera.markdown | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/source/_components/media_player.panasonic_viera.markdown b/source/_components/media_player.panasonic_viera.markdown index a0ae8610a30..4da75316fb5 100644 --- a/source/_components/media_player.panasonic_viera.markdown +++ b/source/_components/media_player.panasonic_viera.markdown @@ -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 %}