Site updated at 2018-01-20 20:17:25 UTC

This commit is contained in:
Travis CI 2018-01-20 20:17:25 +00:00
parent a93030b3af
commit 67c9b83494
27 changed files with 80 additions and 65 deletions

View file

@ -120,7 +120,7 @@
<li>Its HIGHLY recommended to use SSL/TLS.</li>
<li>Use the domain that Home Assistant is available on the internet or the public IP address. Can be a local IP address if you are using a VPN setup.</li>
<li>Only remove <code class="highlighter-rouge">[Port]</code> if your Home Assistant instance is using port 80. Otherwise set it to 8123.</li>
<li>Click on <strong>Parameters</strong> in the app and you will see all available parameters for the URL. For Home Assistant only the above URL will work.</li>
<li>For Home Assistant only the above URL, as written, will work - do not add or remove any parameters.</li>
<li>Make sure to include your <a href="/components/http/">API password</a> if you have configured a password. Add <code class="highlighter-rouge">&amp;api_password=[Your pasword]</code> to the end of the URL.</li>
<li>You can change the name of your device name by replacing <code class="highlighter-rouge">&amp;device=%SER</code> with <code class="highlighter-rouge">&amp;device=[Devicename]</code>.</li>
</ul>