Update Vizio configuration variables to new style (#6806)

Updates Vizio configuration variables to new style, as per #6385.
This commit is contained in:
dnguyen800 2018-10-14 11:59:26 -07:00 committed by Fabian Affolter
parent d2e87533e5
commit b14cea3ee7

View File

@ -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