Site updated at 2016-09-04 09:52:56 UTC

This commit is contained in:
Travis CI 2016-09-04 09:52:56 +00:00
parent f27e7c8ef1
commit bac89fed63
29 changed files with 65 additions and 67 deletions

View file

@ -129,7 +129,7 @@ Its HIGHLY recommended that you set the <code class="highlighter-rouge">api_p
<p>All <a href="/developers/rest_api/#post-apistatesltentity_id">requests</a> need to be sent to the endpoint of the device and must be <strong>POST</strong>.</p>
<p>If you want to host static files on your site this canbe done by making a www directory under the .htomassistant configuration path. Then static files in <code class="highlighter-rouge">.homeassistant/www/</code> can be accessed by using <code class="highlighter-rouge">http://your.domain:8123/local/</code></p>
<p>If you want to use Home Assistant to host or serve static files then create a directory called <code class="highlighter-rouge">www</code> under the <code class="highlighter-rouge">.homeassistant</code> configuration path. The static files in <code class="highlighter-rouge">.homeassistant/www/</code> can be accessed by the following URL <code class="highlighter-rouge">http://your.domain:8123/local/</code>.</p>
</article>