From d418889a5956d3b03f03143f8923c51d3882f786 Mon Sep 17 00:00:00 2001 From: bjohnson8949 <43796978+bjohnson8949@users.noreply.github.com> Date: Wed, 10 Oct 2018 14:44:40 -0400 Subject: [PATCH] Update command for final pairing (#6660) Changed from pair_finish to pair-finish --- source/_components/media_player.vizio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.vizio.markdown b/source/_components/media_player.vizio.markdown index 12916a2ed3c..8345c3b1e80 100644 --- a/source/_components/media_player.vizio.markdown +++ b/source/_components/media_player.vizio.markdown @@ -56,7 +56,7 @@ Initiation will show you two different values: Finally, 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} pair_finish --token={challenge_token} --pin={tv_pin} +$ pyvizio --ip={ip} pair-finish --token={challenge_token} --pin={tv_pin} ``` You will need the authentication token returned by this command to configure Home Assistant.