Site updated at 2018-02-08 20:38:20 UTC

This commit is contained in:
Travis CI 2018-02-08 20:38:20 +00:00
parent 823567f52f
commit 9cf1e2e571
26 changed files with 75 additions and 73 deletions

View file

@ -106,7 +106,8 @@ Screenshot of the HASS Configurator.
</span><span class="nt">"banlimit"</span><span class="p">:</span><span class="w"> </span><span class="mi">0</span><span class="p">,</span><span class="w">
</span><span class="nt">"ignore_pattern"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"__pycache__"</span><span class="p">],</span><span class="w">
</span><span class="nt">"dirsfirst"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w">
</span><span class="err">}</span><span class="w">
</span><span class="nt">"sesame"</span><span class="p">:</span><span class="w"> </span><span class="s2">"somesecretnobodycanguess"</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre>
</div>
<ul>
@ -118,6 +119,7 @@ Screenshot of the HASS Configurator.
<li><strong>banlimit</strong> (<em>Optional</em>): Ban access from IPs after <code class="highlighter-rouge">banlimit</code> failed login attempts. The default value <code class="highlighter-rouge">0</code> disables this feature. Restart the add-on to clear the list of banned IP addresses.</li>
<li><strong>ignore_pattern</strong> (<em>Optional</em>): Files and folders to ignore in the UI.</li>
<li><strong>dirsfirst</strong> (<em>Optional</em>): List directories before files in the file browser.</li>
<li><strong>sesame</strong> (<em>Optional</em>): Secret token to dynamically allow access from the IP the request originates from. Open your bookmark https://hassio.yourdomain.com:8123/somesecretnobodycanguess while <code class="highlighter-rouge">allowed_networks</code> is set to <code class="highlighter-rouge">[]</code> and boom! Open Sesame! You can use the <em>Network status</em> menu to revoke IP addresses for which access has been granted.</li>
</ul>
<h3><a class="title-link" name="embedding-into-home-assistant" href="#embedding-into-home-assistant"></a> Embedding into Home-Assistant</h3>
<p>Using the Home Assistant component <a href="https://home-assistant.io/components/panel_iframe/">panel_iframe</a> it is possible to embed the configurator directly into Home Assistant, allowing you to modify your configuration from within the Home Assistant frontend.</p>