From 3188f295b620ab3bde681ed944bfcc0b9a43923b Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Sat, 7 Mar 2020 19:25:50 -0800 Subject: [PATCH] Update pair-finish to include required ch_type (#12307) pair-finish requires ch_type now. --- source/_integrations/vizio.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/vizio.markdown b/source/_integrations/vizio.markdown index edab87b8d0a..4eb73c3d611 100644 --- a/source/_integrations/vizio.markdown +++ b/source/_integrations/vizio.markdown @@ -53,15 +53,15 @@ $ pyvizio --ip={ip:port} --device_type={device_type} pair Initiation will show you two different values: -| Value | Description | -| :-------------- | :------------------------------------------------------------------------------------------------------ | -| Challenge type | Usually it should be `"1"`. If not, use the additional parameter `--ch_type=your_type` in the next step | -| Challenge token | Token required to finalize pairing in the next step | +| Value | Description | +| :-------------- | :-------------------------------------------------- | +| Challenge type | Usually it should be `"1"` | +| Challenge token | Token required to finalize pairing in the next step | At this point, a PIN code should be displayed at the top of your TV. With all these values, you can now finish pairing: ```bash -$ pyvizio --ip={ip:port} --device_type={device_type} pair-finish --token={challenge_token} --pin={pin} +$ pyvizio --ip={ip:port} --device_type={device_type} pair-finish --token={challenge_token} --pin={pin} --ch_type={challenge_type} ``` You will need the authentication token returned by this command to configure Home Assistant.