mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update Vizio configuration variables to new style (#6806)
Updates Vizio configuration variables to new style, as per #6385.
This commit is contained in:
parent
d2e87533e5
commit
b14cea3ee7
@ -73,11 +73,21 @@ media_player:
|
|||||||
access_token: AUTH_TOKEN
|
access_token: AUTH_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): IP address of your TV.
|
description: IP address of your TV.
|
||||||
- **access_token** (*Required*): Authentication token you received in the last step of the pairing process.
|
required: true
|
||||||
- **suppress_warning** (*Optional*): Set to `true` to disable self-signed certificate warnings.
|
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
|
## Notes and limitations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user