From 55fed0661ed6e2c7141205716095d00aed194896 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Mon, 20 Jan 2020 03:29:10 -0500 Subject: [PATCH] add name param to docs (#11790) --- source/_integrations/vizio.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/vizio.markdown b/source/_integrations/vizio.markdown index 9acaa316269..75b2f758a4d 100644 --- a/source/_integrations/vizio.markdown +++ b/source/_integrations/vizio.markdown @@ -90,6 +90,11 @@ host: description: IP address of your device. required: true type: string +name: + description: Nickname for your device that will be used to generate the device's entity ID. If multiple Vizio devices are configured, the value must be unique for each entry. + required: false + type: string + default: Vizio SmartCast access_token: description: Authentication token you received in the last step of the pairing process (if applicable). required: false