Site updated at 2016-12-03 21:09:10 UTC

This commit is contained in:
Travis CI 2016-12-03 21:09:10 +00:00
parent 2ca77efe47
commit 503dc45921
478 changed files with 8952 additions and 1761 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">zoneminder</code> sensor platform let you monitor the current state of your zoneminder install including the number of events and the current state of the cameras.</p>
<p>The <code class="highlighter-rouge">zoneminder</code> sensor platform let you monitor the current state of your ZoneMinder install including the number of events and the current state of the cameras.</p>
<p class="note">
You must have the <a href="/components/zoneminder/">ZoneMinder component</a> configured to use those sensors.
@ -101,9 +101,16 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">zoneminder</span>
<span class="s">include_archived</span><span class="pi">:</span> <span class="s">false</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>include_archived</strong> (<em>Optional</em>): Whether to include archived ZoneMinder events in event counts. Default is <code class="highlighter-rouge">false</code>.</li>
</ul>
</article>
@ -212,6 +219,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
<li>
<a href='/components/sensor.mysensors/'>MySensors Sensor</a>
</li>
<li>
<a href='/components/sensor.nut/'>NUT Sensor</a>
</li>
<li>
<a href='/components/sensor.neato/'>Neato Robotics Sensor</a>
</li>
@ -242,6 +252,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
<li>
<a href='/components/sensor.sleepiq/'>SleepIQ Sensor</a>
</li>
<li>
<a href='/components/sensor.sonarr/'>Sonarr Sensor</a>
</li>
<li>
<a href='/components/sensor.statistics/'>Statistics Sensor</a>
</li>
@ -275,6 +288,9 @@ You must have the <a href="/components/zoneminder/">ZoneMinder component</a> con
<li>
<a href='/components/sensor.wink/'>Wink Sensor</a>
</li>
<li>
<a href='/components/sensor.waqi/'>World Air Quality Index</a>
</li>
<li>
<a href='/components/sensor.zwave/'>Z-Wave Sensor</a>
</li>