Site updated at 2017-06-23 21:21:00 UTC

This commit is contained in:
Travis CI 2017-06-23 21:21:01 +00:00
parent 055917365e
commit be7ca6c334
30 changed files with 53 additions and 45 deletions

View file

@ -82,7 +82,7 @@ Support for these components is provided by the Home Assistant community.
<div class="filter-button-group">
<a href='#all' class="btn">All (713)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#version/0.47' class="btn added_in_current_version">Added in 0.47 (22)</a>
<a href='#version/0.47' class="btn added_in_current_version">Added in 0.47 (23)</a>
<a href='#version/0.46' class="btn added_one_version_ago">Added in 0.46 (5)</a>
<a href='#version/0.45' class="btn added_two_versions_ago">Added in 0.45 (15)</a>
<a href='#alarm' class="btn">Alarm (13)</a>
@ -221,7 +221,7 @@ var allComponents = [
{url:"/components/switch.broadlink/", title:"Broadlink RM Switch", cat:"switch", featured: false, v: "0.35", logo: "broadlink.png"},
{url:"/components/sensor.broadlink/", title:"Broadlink RM2 and A1 sensor", cat:"sensor", featured: false, v: "0.35", logo: "broadlink.png"},
{url:"/components/browser/", title:"Browser", cat:"other", featured: false, v: "0.0", logo: "home-assistant.png"},
{url:"/components/sensor.buienradar/", title:"Buienradar", cat:"weather", featured: false, v: "0.44", logo: "buienradar.png"},
{url:"/components/sensor.buienradar/", title:"Buienradar", cat:"weather", featured: false, v: "0.47", logo: "buienradar.png"},
{url:"/components/weather.buienradar/", title:"Buienradar Weather", cat:"weather", featured: false, v: "0.44", logo: "buienradar.png"},
{url:"/components/sensor.cpuspeed/", title:"CPU speed", cat:"system-monitor", featured: false, v: "0.7", logo: "cpu.png"},
{url:"/components/sensor.cups/", title:"CUPS Sensor", cat:"system-monitor", featured: false, v: "0.32", logo: "cups.png"},

View file

@ -147,7 +147,7 @@ The relevant weatherstation used will be automatically selected based on the loc
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
</div>
<div class='section'>
Introduced in release: 0.44
Introduced in release: 0.47
</div>
<div class='section'>
<h1 class='title delta'>Related components</h1>

View file

@ -84,8 +84,9 @@ The relevant weatherstation used will be automatically selected based on the loc
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude to use for selection of data source location. Longitude &amp; latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.</li>
<li><strong>longitude</strong>(<em>Optional</em>): Longitude to use for selection of data source location. Longitude &amp; latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.</li>
<li><strong>name</strong> (<em>Optional</em>): You can specify a name of the component, but do not have to. If you specify a name, the weather component will get an entity name of weather.[name]; if no name is specified, it will try to set its name to weather.BR_[stationname]. However at the moment in time the entity is created, no data has been retrieved yet, so the entity will get named weather.BR_unknown_station. Later the station name will be known and get updated, but the entity name remains.</li>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.</li>
<li><strong>longitude</strong>(<em>Optional</em>): Longitude to use for selection of data source location. Longitude and latitude will be taken from Home Assistant configuration, but can be overridden/changed in this component to select a different location for buienradar.</li>
<li><strong>forecast</strong> (<em>Optional</em>): True to add a temperature forecast, False to suppress it.</li>
</ul>
<p>A full configuration example:</p>