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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue