Site updated at 2017-10-31 19:30:51 UTC
This commit is contained in:
parent
610189caa2
commit
056446772d
552 changed files with 11291 additions and 898 deletions
|
@ -79,27 +79,23 @@
|
|||
<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">ring</span>
|
||||
<span class="s">monitored_conditions</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">battery</span>
|
||||
<span class="pi">-</span> <span class="s">last_activity</span>
|
||||
<span class="pi">-</span> <span class="s">last_ding</span>
|
||||
<span class="pi">-</span> <span class="s">last_motion</span>
|
||||
<span class="pi">-</span> <span class="s">volume</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>monitored_conditions</strong> array (<em>Required</em>): Conditions to display in the frontend. The following conditions can be monitored.
|
||||
<li><strong>monitored_conditions</strong> array (<em>Optional</em>): Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions below will be enabled.
|
||||
<ul>
|
||||
<li><strong>battery</strong>: Return the battery level from device</li>
|
||||
<li><strong>last_activity</strong>: Return the timestamp from the last event captured (ding/motion/on_demand) by the Ring doorbell camera</li>
|
||||
<li><strong>last_activity</strong>: Return the timestamp from the last event captured (ding/motion/on demand) by the Ring doorbell camera</li>
|
||||
<li><strong>last_ding</strong>: Return the timestamp from the last time the Ring doorbell button was pressed</li>
|
||||
<li><strong>last_motion</strong>: Return the timestamp from the last motion event captured by the Ring doorbell camera</li>
|
||||
<li><strong>volume</strong>: Return the volume level from the device. Currently supported by external chimes and doorbells.</li>
|
||||
<li><strong>volume</strong>: Return the volume level from the device.</li>
|
||||
<li><strong>wifi_signal_category</strong>: Return the WiFi signal level from the device.</li>
|
||||
<li><strong>wifi_signal_strength</strong>: Return the WiFi signal strength (dBm) from the device.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Currently it supports doorbells and external chimes only.</p>
|
||||
<p>Currently it supports doorbell, external chimes and stickup cameras.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -121,6 +117,9 @@
|
|||
<li><a href='/components/ring/'>
|
||||
Ring
|
||||
</a></li>
|
||||
<li><a href='/components/camera.ring/'>
|
||||
Ring Binary Camera
|
||||
</a></li>
|
||||
<li><a href='/components/binary_sensor.ring/'>
|
||||
Ring Binary Sensor
|
||||
</a></li>
|
||||
|
@ -207,6 +206,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.envisalink/'>Envisalink Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.fail2ban/'>Fail2Ban Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.fedex/'>Fedex Sensor</a>
|
||||
</li>
|
||||
|
@ -333,6 +335,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.radarr/'>Radarr Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.random/'>Random Binary Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.random/'>Random Sensor</a>
|
||||
</li>
|
||||
|
@ -366,6 +371,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.statistics/'>Statistics Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.sytadin/'>Sytadin Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.tcp/'>TCP Sensor</a>
|
||||
</li>
|
||||
|
@ -426,6 +434,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.version/'>Version Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.whois/'>Whois Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.wink/'>Wink Sensor</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue