Site updated at 2018-01-28 22:02:31 UTC

This commit is contained in:
Travis CI 2018-01-28 22:02:31 +00:00
parent 57a21e9eb0
commit 01b474f87c
268 changed files with 412 additions and 412 deletions

View file

@ -106,13 +106,13 @@
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>ln -s /path/to/your/installation/of/gi /path/to/your/venv/lib/python3.4/site-packages
</code></pre>
</div>
<p>On a Raspberry PI, you may need to add the Home Assistant user to the <code class="highlighter-rouge">audio</code> group:</p>
<p>On a Raspberry Pi, you may need to add the Home Assistant user to the <code class="highlighter-rouge">audio</code> group:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>sudo usermod -a -G audio &lt;ha_user&gt;
</code></pre>
</div>
<h2><a class="title-link" name="example-usage" href="#example-usage"></a> Example Usage</h2>
<h3><a class="title-link" name="using-with-tts" href="#using-with-tts"></a> Using with TTS</h3>
<p>To play TTS on your local computer (for example, if you have speakers attached to your Raspberry PI:</p>
<p>To play TTS on your local computer (for example, if you have speakers attached to your Raspberry Pi:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">media_player</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">gstreamer</span>