Site updated at 2017-10-12 15:33:10 UTC
This commit is contained in:
parent
a55607a6df
commit
185ce1352a
28 changed files with 78 additions and 75 deletions
|
@ -77,9 +77,12 @@
|
|||
<p>The <code class="highlighter-rouge">vizio</code> component will allow you to control <a href="https://www.vizio.com/smartcast-app">SmartCast</a> compatible TVs (2016+ models).</p>
|
||||
<h2>Pairing</h2>
|
||||
<p>Before adding your TV to Home Assistant you’ll need to pair it manually. To do so follow these steps:</p>
|
||||
<p>Install the command-line tool using pip (or you can choose to download it manually):</p>
|
||||
<p>Install the command-line tool using <code class="highlighter-rouge">pip</code> (or you can choose to download it manually):</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install git+https://github.com/vkorn/pyvizio.git@master
|
||||
<span class="gp">$ </span>pip3 install -I .
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>or</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install -I .
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Make sure that your TV is on before continuing.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue