Site updated at 2017-05-07 07:44:39 UTC
This commit is contained in:
parent
b92591052b
commit
a99cc4c5f6
28 changed files with 47 additions and 44 deletions
|
@ -74,8 +74,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (667)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.44 (16)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.43 (16)</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.44 (18)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.43 (15)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.42 (14)</a>
|
||||
<a href='#alarm' class="btn">Alarm (12)</a>
|
||||
<a href='#automation' class="btn">Automation (15)</a>
|
||||
|
@ -199,7 +199,7 @@ var allComponents = [
|
|||
{url:"/components/camera.blink/", title:"Blink Camera", cat:"camera", featured: false, v: 40, logo: "blink.png"},
|
||||
{url:"/components/sensor.blink/", title:"Blink Sensor", cat:"sensor", featured: false, v: 40, logo: "blink.png"},
|
||||
{url:"/components/light.blinksticklight/", title:"Blinkstick", cat:"light", featured: false, v: 7, logo: "blinkstick.png"},
|
||||
{url:"/components/light.blinkt/", title:"Blinkt!", cat:"light", featured: false, v: 0, logo: "raspberry-pi.png"},
|
||||
{url:"/components/light.blinkt/", title:"Blinkt!", cat:"light", featured: false, v: 44, logo: "raspberry-pi.png"},
|
||||
{url:"/components/bloomsky/", title:"BloomSky", cat:"hub", featured: false, v: 14, logo: "bloomsky.png"},
|
||||
{url:"/components/binary_sensor.bloomsky/", title:"BloomSky Binary Sensor", cat:"binary-sensor", featured: false, v: 14, logo: "bloomsky.png"},
|
||||
{url:"/components/camera.bloomsky/", title:"BloomSky Camera", cat:"camera", featured: false, v: 13, logo: "bloomsky.png"},
|
||||
|
@ -585,7 +585,7 @@ var allComponents = [
|
|||
{url:"/components/light.rfxtrx/", title:"RFXtrx Light", cat:"light", featured: false, v: 7, logo: "rfxtrx.png"},
|
||||
{url:"/components/sensor.rfxtrx/", title:"RFXtrx Sensor", cat:"sensor", featured: false, v: 0, logo: "rfxtrx.png"},
|
||||
{url:"/components/switch.rfxtrx/", title:"RFXtrx Switch", cat:"switch", featured: false, v: 7, logo: "rfxtrx.png"},
|
||||
{url:"/components/rss_feed_template/", title:"RSS feed template", cat:"front-end", featured: false, v: 43, logo: ""},
|
||||
{url:"/components/rss_feed_template/", title:"RSS feed template", cat:"front-end", featured: false, v: 44, logo: ""},
|
||||
{url:"/components/climate.radiotherm/", title:"Radio Thermostat (3M Filtrete) Thermostat", cat:"climate", featured: false, v: 0, logo: "radiotherm.png"},
|
||||
{url:"/components/sensor.random/", title:"Random Sensor", cat:"sensor", featured: false, v: 32, logo: "home-assistant.png"},
|
||||
{url:"/components/rpi_gpio/", title:"Raspberry PI GPIO", cat:"diy", featured: false, v: 7, logo: "raspberry-pi.png"},
|
||||
|
|
|
@ -85,6 +85,9 @@
|
|||
<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 Push
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.44
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/light/'>the Lights component</a>.
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<div class='brand-logo-container section'>
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.43
|
||||
Introduced in release: 0.44
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Front end</h1>
|
||||
|
|
|
@ -91,7 +91,7 @@ and the path to the serial device for the radio and path to the database which w
|
|||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>usb_path</strong> (<em>Required</em>): Path to the serial device for the radio.</li>
|
||||
<li><strong>database_path</strong> (<em>Required</em>): Path to the database which will keep persisten newtork data.</li>
|
||||
<li><strong>database_path</strong> (<em>Required</em>): Path to the database which will keep persistent network data.</li>
|
||||
</ul>
|
||||
<p>To add new devices to the network, call the <code class="highlighter-rouge">permit</code> service on the <code class="highlighter-rouge">zha</code> domain, and then follow the device instructions.</p>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue