Site updated at 2016-10-22 22:37:41 UTC
This commit is contained in:
parent
ab857e95a7
commit
860912100c
408 changed files with 11332 additions and 1691 deletions
|
@ -113,9 +113,9 @@
|
|||
<ul>
|
||||
<li><strong>name</strong> (<em>Required</em>): The name you would like to give the sensor in Home Assistant.</li>
|
||||
<li><strong>type</strong> (<em>Required</em>): Set to <code class="highlighter-rouge">analog</code> or <code class="highlighter-rouge">temperature</code>.</li>
|
||||
<li><strong>pin</strong> (<em>Required</em>): The number identifying which pin to sample</li>
|
||||
<li><strong>pin</strong> (<em>Optional</em>): The number identifying which pin to sample.</li>
|
||||
<li><strong>address</strong> (<em>Optional</em>): The long 64 bit address of the remote ZigBee device whose pin you would like to sample. Do not include this variable if you want to sample the local ZigBee device’s pins.</li>
|
||||
<li><strong>max_volts</strong> (<em>Optional</em>): The maximum voltage which the input pin is able to read. Defaults to <code class="highlighter-rouge">1.2</code></li>
|
||||
<li><strong>max_volts</strong> (<em>Optional</em>): The maximum voltage which the input pin is able to read. Defaults to <code class="highlighter-rouge">1.2</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
|
@ -199,6 +199,12 @@
|
|||
<li>
|
||||
<a href='/components/sensor.apcupsd/'>APCUPSd Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arwn/'>ARWN Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bbox/'>Bbox Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.bloomsky/'>BloomSky Sensor</a>
|
||||
</li>
|
||||
|
@ -223,6 +229,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.http/'>HTTP Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.haveibeenpwned/'>HaveIBeenPwned Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.homematic/'>Homematic Sensor</a>
|
||||
</li>
|
||||
|
@ -241,6 +250,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.mqtt/'>MQTT Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.min_max/'>Min/max Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.modbus/'>Modbus Sensor</a>
|
||||
</li>
|
||||
|
@ -259,12 +271,18 @@
|
|||
<li>
|
||||
<a href='/components/sensor.onewire/'>One wire Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.pilight/'>Pilight Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rest/'>RESTful Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rfxtrx/'>RFXtrx Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.scrape/'>Scrape Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.sleepiq/'>SleepIQ Sensor</a>
|
||||
</li>
|
||||
|
@ -304,6 +322,9 @@
|
|||
<li>
|
||||
ZigBee Sensor
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.zoneminder/'>ZoneMinder Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arest/'>aREST Sensor</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue