Site updated at 2015-09-18 06:41:51 UTC

This commit is contained in:
Paulus Schoutsen 2015-09-17 23:41:51 -07:00
parent 9a3bd15c40
commit 5ccad30d25
73 changed files with 2022 additions and 1055 deletions

View file

@ -107,7 +107,7 @@
<p>Home Assistant runs a web server accessible on port 8123.</p>
<ul>
<li><a href="http://127.0.0.1:8123/">http://127.0.0.1:8123/</a> is an interface to control Home Assistant.</li>
<li><a href="http://localhost:8123/">http://localhost:8123/</a> is an interface to control Home Assistant.</li>
<li><a href="http://localhost:8123/api/">http://localhost:8123/api/</a> is a Rest API.</li>
</ul>
@ -121,7 +121,7 @@
<span class='line-number'>3</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>curl -X GET <span class="se">\</span>
</span><span class='line'> -H <span class="s2">&quot;x-ha-access: YOUR_PASSWORD&quot;</span> <span class="se">\</span>
</span><span class='line'> http://localhost:8123/api
</span><span class='line'> http://localhost:8123/api/
</span></code></pre></td></tr></table></div></figure>