From f8233dade5a9b5110c2c1b0c61aadc0db2e77c6f Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Fri, 8 May 2020 18:51:35 -0400 Subject: [PATCH] Add complete Vizio configuration.yaml entry example (#13242) --- source/_integrations/vizio.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/source/_integrations/vizio.markdown b/source/_integrations/vizio.markdown index 0e1b114e7ef..c7075bf32d0 100644 --- a/source/_integrations/vizio.markdown +++ b/source/_integrations/vizio.markdown @@ -175,6 +175,29 @@ apps: default: null {% endconfiguration %} +```yaml +# Complete configuration.yaml entry +vizio: + - host: "DEVICE_IP:DEVICE_PORT" + access_token: AUTH_TOKEN + name: MY_VIZIO_DEVICE + device_class: tv + volume_step: 1 + apps: + include: + - APP_1 + - APP_2 + exclude: + - APP_1 + - APP_2 + additional_configs: + - name: MY_CUSTOM_APP + config: + APP_ID: 9 + NAME_SPACE: 9 + MESSAGE: MY_MESSAGE +``` + ### Obtaining an app configuration If there is an app you want to be able to launch from Home Assistant that isn't detected by default, you will need to specify the app configuration in `configuration.yaml`. This configuration can be obtained from the `app_id` state attribute when an unknown app is running on your device.