Site updated at 2017-06-30 06:12:42 UTC

This commit is contained in:
Travis CI 2017-06-30 06:12:43 +00:00
parent f6d2e379c7
commit da98a4a310
27 changed files with 43 additions and 43 deletions

View file

@ -93,9 +93,9 @@
<li>A camera image for each camera in your system.</li>
<li>A binary_sensor per camera that indicates whether motion detection is enabled.</li>
<li>A binary_sensor for the system that indicates if the system is armed or disarmed.</li>
<li>A sesnor per camera that reports temperature.</li>
<li>A sensor per camera that reports temperature.</li>
<li>A sensor per camera that reports battery level.</li>
<li>A sensor per camera that reports unread notification (ie. detected motion events).</li>
<li>A sensor per camera that reports unread notification (i.e., detected motion events).</li>
</ul>
<p>Since the cameras are battery operated, the images are only updated in Home Assistant when the user manually forces a new photo. This image can be updated with the <code class="highlighter-rouge">snap_picture</code> service to force Home Assistant to request an update from Blinks servers. As a note, all of the camera-specific sensors are only polled when a new image is requested from the camera. This means that relying on any of these sensors to provide timely and accurate data is not recommended.</p>
<p>Services:</p>
@ -111,7 +111,7 @@
</span><span class="p">}</span><span class="w">
</span></code></pre>
</div>
<p>Arm camera follows a similar structure, but each indidivual camera can have motion detection enabled or disabled. Because of this, you also need to supply a name. For example, if you have a camera named “Living Room” and you want to turn off motion detection on that camera, you would call the <code class="highlighter-rouge">arm_camera</code> service with the following payload:</p>
<p>Arm camera follows a similar structure, but each individual camera can have motion detection enabled or disabled. Because of this, you also need to supply a name. For example, if you have a camera named “Living Room” and you want to turn off motion detection on that camera, you would call the <code class="highlighter-rouge">arm_camera</code> service with the following payload:</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"friendly_name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Living Room"</span><span class="p">,</span><span class="w">
</span><span class="nt">"device_armed"</span><span class="p">:</span><span class="w"> </span><span class="s2">"False"</span><span class="w">