Update command for final pairing (#6660)

Changed from pair_finish to pair-finish
This commit is contained in:
bjohnson8949 2018-10-10 14:44:40 -04:00 committed by Franck Nijhof
parent 0d293dfd46
commit d418889a59

View File

@ -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: 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 ```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. You will need the authentication token returned by this command to configure Home Assistant.