Site updated at 2017-10-22 21:10:18 UTC
This commit is contained in:
parent
8e992942f0
commit
d6f33f47d8
34 changed files with 109 additions and 81 deletions
|
@ -88,7 +88,8 @@
|
|||
<span class="pi">-</span> <span class="s">group</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p><em>Note:</em> It’s very important that you use very long strings for <code class="highlighter-rouge">client_id</code> and <code class="highlighter-rouge">access_token</code>. Those are essentially the credentials to your Home Assistant instance.</p>
|
||||
<p><em>Note:</em> It’s very important that you use very long strings for <code class="highlighter-rouge">client_id</code> and <code class="highlighter-rouge">access_token</code>. Those are essentially the credentials to your Home Assistant instance. You can generate them with the following command:</p>
|
||||
<p><code class="highlighter-rouge">cat /dev/urandom|fold -w 120|head -n 1|base64 -w 0|tr -dc '0-9A-Za-z'|cut -c -80</code></p>
|
||||
<p><em>Configuration Variables:</em></p>
|
||||
<ul>
|
||||
<li><em>expose_by_default</em> (Optional): Expose devices in all supported domains by default.</li>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">travisci</span>
|
||||
<span class="s">github_token</span><span class="pi">:</span> <span class="s">123456789</span>
|
||||
<span class="s">api_key</span><span class="pi">:</span> <span class="s">123456789</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
<h3><a class="title-link" name="one-gateway" href="#one-gateway"></a> One Gateway</h3>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># You can leave mac empty if you only have one gateway.</span>
|
||||
<span class="s">xiaomi_aqara</span><span class="pi">:</span>
|
||||
<span class="s">discovery_retry</span><span class="pi">:</span> <span class="s">5</span>
|
||||
<span class="s">gateways</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">mac</span><span class="pi">:</span>
|
||||
<span class="s">key</span><span class="pi">:</span> <span class="s">xxxxxxxxxxxxxxxx</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue