Site updated at 2017-04-05 13:56:05 UTC
This commit is contained in:
parent
5de5167e51
commit
fa65a30dc6
27 changed files with 52 additions and 41 deletions
|
@ -75,9 +75,10 @@
|
|||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">aurora</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h4>Configuration variables:</h4>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>forecast_threshold</strong> (<em>Optional</em>): Provide your own threshold number above which the sensor will trigger. Defaults to 75.</li>
|
||||
<li><strong>name</strong> (<em>Optional</em>): The name of the sensor. Default is ‘Aurora Visibility’.</li>
|
||||
</ul>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">binary_sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">aurora</span>
|
||||
|
@ -91,6 +92,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/binary_sensor.aurora.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/noaa.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.39
|
||||
|
|
|
@ -174,7 +174,7 @@ var allComponents = [
|
|||
{url:"/components/sensor.arduino/", title:"Arduino Sensor", cat:"diy", featured: false, v: 7, logo: "arduino.png"},
|
||||
{url:"/components/switch.arduino/", title:"Arduino Switch", cat:"diy", featured: false, v: 7, logo: "arduino.png"},
|
||||
{url:"/components/device_tracker.aruba/", title:"Aruba", cat:"presence-detection", featured: false, v: 7, logo: "aruba.png"},
|
||||
{url:"/components/binary_sensor.aurora/", title:"Aurora sensor", cat:"binary-sensor", featured: false, v: 39, logo: ""},
|
||||
{url:"/components/binary_sensor.aurora/", title:"Aurora sensor", cat:"binary-sensor", featured: false, v: 39, logo: "noaa.png"},
|
||||
{url:"/components/device_tracker.automatic/", title:"Automatic", cat:"presence-detection", featured: false, v: 28, logo: "automatic.png"},
|
||||
{url:"/components/automation/", title:"Automation", cat:"automation", featured: false, v: 0, logo: "home-assistant.png"},
|
||||
{url:"/components/light.avion/", title:"Avi-on", cat:"light", featured: false, v: 37, logo: "avi-on.png"},
|
||||
|
|
|
@ -204,8 +204,17 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="implementations" href="#implementations"></a> Implementations</h3>
|
||||
<p>A full example of custom lighting using this platform and an ESP8266 microcontroller can be found <a href="https://github.com/corbanmailloux/esp-mqtt-rgb-led">here</a>. It supports on/off, brightness, transitions, RGB colors, and flashing.</p>
|
||||
<p>There is also another implementation forked from the above repo, it supports all the same features but is made for addressable LED strips using FastLED on a NodeMCU V3 it can be found <a href="https://github.com/JammyDodger231/nodemcu-mqtt-rgb-led">here</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>A full example of custom lighting using this platform and an ESP8266 microcontroller can be found <a href="https://github.com/corbanmailloux/esp-mqtt-rgb-led">here</a>. It supports on/off, brightness, transitions, RGB colors, and flashing.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>There is also another implementation forked from the above repo, it supports all the same features but is made for addressable LED strips using FastLED on a NodeMCU V3 it can be found <a href="https://github.com/JammyDodger231/nodemcu-mqtt-rgb-led">here</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/mertenats/Open-Home-Automation/tree/master/ha_mqtt_rgbw_light_with_discovery">MQTT JSON Light</a> is another implementation for ESP8266 including <a href="/docs/mqtt/discovery/">MQTT discovery</a>.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue