Site updated at 2017-10-12 15:33:10 UTC

This commit is contained in:
Travis CI 2017-10-12 15:33:11 +00:00
parent a55607a6df
commit 185ce1352a
28 changed files with 78 additions and 75 deletions

View file

@ -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 youll 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>