Site updated at 2017-10-20 06:41:36 UTC

This commit is contained in:
Travis CI 2017-10-20 06:41:37 +00:00
parent f60fae98a1
commit 1a4ae3af34
29 changed files with 93 additions and 80 deletions

View file

@ -74,7 +74,9 @@
</h1>
</header>
<hr class="divider">
<p>The URL for a binary sensor looks like the example below:</p>
<p>The HTTP binary sensor is dynamically created with the first request that is made to its URL. You dont have to define it in the configuration first.</p>
<p>The sensor will then exist as long as Home Assistant is running. After a restart of Home Assistant the sensor will be gone until it is triggered again.</p>
<p>The URL for a binary sensor looks like the example below:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>http://IP_ADDRESS:8123/api/states/binary_sensor.DEVICE_NAME
</code></pre>
</div>