Site updated at 2016-11-05 20:02:10 UTC

This commit is contained in:
Travis CI 2016-11-05 20:02:10 +00:00
parent f75d424f46
commit abca0c39a5
29 changed files with 47 additions and 36 deletions

View file

@ -3800,6 +3800,8 @@ Support for these components is provided by the Home Assistant community.
style='display: none'>
<div class='img-container'>
<img src='/images/supported_brands/home-assistant.png'>
</div>
<div class='title'>Mold Indicator</div>
<div class='category'>Sensor</div>
@ -5870,6 +5872,8 @@ Support for these components is provided by the Home Assistant community.
style='display: none'>
<div class='img-container'>
<img src='/images/supported_brands/syslog.png'>
</div>
<div class='title'>Syslog</div>
<div class='category'>Notifications</div>
@ -6762,6 +6766,8 @@ Support for these components is provided by the Home Assistant community.
style='display: none'>
<div class='img-container'>
<img src='/images/supported_brands/home-assistant.png'>
</div>
<div class='title'>Weblink</div>
<div class='category'>Front end</div>

View file

@ -232,6 +232,7 @@
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/notify.syslog.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/syslog.png' />
</div>
<div class='section'>
Introduced in release: pre 0.7

View file

@ -110,6 +110,7 @@
<ul>
<li><strong>host</strong> (<em>Required</em>): The IP address of the computer running the pilight-daemon, e.g. 192.168.1.32.</li>
<li><strong>port</strong> (<em>Required</em>): The network port to connect to. The usual port is <a href="https://www.pilight.org/development/api/">5000</a>.</li>
<li><strong>send_delay</strong> (<em>Optional</em>): You can define a send delay as a fraction of seconds if you experience transmission problems when you try to switch multiple switches at once. This can happen when you use a <a href="https://github.com/pilight/pilight-usb-nano">pilight USB Nano</a> as hardware and switches a whole group of multiple switches on or off. Tested values are between 0.3 and 0.8 seconds depending on the hardware.</li>
<li><strong>whitelist</strong> (<em>Optional</em>): You can define a whitelist to prevent that too many unwanted RF codes (e.g. the neighbours weather station) are put on your HA event bus. All defined subsections have to be matched. A subsection is matched if one of the items are true.</li>
</ul>
@ -121,6 +122,7 @@
<span class="s">pilight</span><span class="pi">:</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">127.0.0.1</span>
<span class="s">port</span><span class="pi">:</span> <span class="s">5000</span>
<span class="s">send_delay</span><span class="pi">:</span> <span class="s">0.4</span>
<span class="s">whitelist</span><span class="pi">:</span> <span class="c1"># optional</span>
<span class="s">protocol</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">daycom</span>

View file

@ -138,6 +138,7 @@ With the three measured temperatures (in Celsius or Fahrenheit), the calibration
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/sensor.moldindicator.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling

View file

@ -127,6 +127,7 @@
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/weblink.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/home-assistant.png' />
</div>
<div class='section'>
Introduced in release: 0.13