From b14cea3ee7bcdb23cdec40e1931f04e756394f37 Mon Sep 17 00:00:00 2001 From: dnguyen800 <25126347+dnguyen800@users.noreply.github.com> Date: Sun, 14 Oct 2018 11:59:26 -0700 Subject: [PATCH] Update Vizio configuration variables to new style (#6806) Updates Vizio configuration variables to new style, as per #6385. --- .../_components/media_player.vizio.markdown | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.vizio.markdown b/source/_components/media_player.vizio.markdown index 8345c3b1e80..e826693d6c3 100644 --- a/source/_components/media_player.vizio.markdown +++ b/source/_components/media_player.vizio.markdown @@ -73,11 +73,21 @@ media_player: access_token: AUTH_TOKEN ``` -Configuration variables: - -- **host** (*Required*): IP address of your TV. -- **access_token** (*Required*): Authentication token you received in the last step of the pairing process. -- **suppress_warning** (*Optional*): Set to `true` to disable self-signed certificate warnings. +{% configuration %} +host: + description: IP address of your TV. + required: true + type: string +access_token: + description: Authentication token you received in the last step of the pairing process. + required: true + type: string +suppress_warning: + description: Set to `true` to disable self-signed certificate warnings. + required: false + default: false + type: string +{% endconfiguration %} ## Notes and limitations