Site updated at 2017-06-19 12:24:40 UTC
This commit is contained in:
parent
0def40f818
commit
fc6e373465
29 changed files with 62 additions and 57 deletions
|
@ -213,8 +213,8 @@ 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: ""},
|
||||
{url:"/components/weather.buienradar/", title:"Buienradar Weather", cat:"weather", featured: false, v: "0.44", logo: ""},
|
||||
{url:"/components/sensor.buienradar/", title:"Buienradar", cat:"weather", featured: false, v: "0.44", 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"},
|
||||
{url:"/components/sensor.modem_callerid/", title:"Caller ID Sensor", cat:"sensor", featured: false, v: "0.40", logo: ""},
|
||||
|
|
|
@ -66,8 +66,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">buienradar</code> platform uses <a href="http://buienradar.nl/">buienradar.nl</a> as an source for current meteorological data for your location. The
|
||||
weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
|
||||
<p>The <code class="highlighter-rouge">buienradar</code> platform uses <a href="http://buienradar.nl/">buienradar.nl</a> as an source for current meteorological data for your location. The weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
|
||||
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component).</p>
|
||||
<p>To integrate <code class="highlighter-rouge">buienradar</code> with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
@ -83,12 +82,11 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>platform</strong> (<em>Required</em>): buienradar.</li>
|
||||
<li><strong>latitude</strong> (<em>Optional</em>): latitude to use for selection of data source location. Longitude & 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 & 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>monitored_conditions</strong> array (<em>Required</em>): one or more conditions to display in the frontend.
|
||||
<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 & 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>monitored_conditions</strong> array (<em>Required</em>): One or more conditions to display in the frontend.
|
||||
<ul>
|
||||
<li><strong>stationname</strong>: the name of the selected meteo-station.</li>
|
||||
<li><strong>stationname</strong>: The name of the selected meteo-station.</li>
|
||||
<li><strong>symbol</strong>: A symbol for the current weather.</li>
|
||||
<li><strong>humidity</strong>: The relative humidity (%).</li>
|
||||
<li><strong>temperature</strong>: The current temperature (in C).</li>
|
||||
|
@ -96,11 +94,11 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
<li><strong>windspeed</strong>: The wind speed in m/s.</li>
|
||||
<li><strong>windforce</strong>: The wind speed/force in Bft.</li>
|
||||
<li><strong>winddirection</strong>: Where the wind is coming from in degrees, with true north at 0° and progressing clockwise.</li>
|
||||
<li><strong>windazimuth</strong>: Where the wind is coming from: N (North),Z (south), NO (Noth-East), etc..</li>
|
||||
<li><strong>windazimuth</strong>: Where the wind is coming from: N (North),Z (south), NO (Noth-East), etc.</li>
|
||||
<li><strong>pressure</strong>: The sea-level air pressure in hPa.</li>
|
||||
<li><strong>visibility</strong>: Visibility in meters (m).</li>
|
||||
<li><strong>windgust</strong>: The windspeed of wind gusts (m/s).</li>
|
||||
<li><strong>precipitation</strong>: the amount of precipitation/rain in mm/h.</li>
|
||||
<li><strong>precipitation</strong>: The amount of precipitation/rain in mm/h.</li>
|
||||
<li><strong>irradiance</strong>: Sun intensity in Watt per square meter (W/m2).</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -134,7 +132,11 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
<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.buienradar.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/buienradar.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>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.44
|
||||
</div>
|
||||
|
|
|
@ -66,8 +66,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">buienradar</code> platform uses <a href="http://buienradar.nl/">buienradar.nl</a> as an source for current meteorological data for your location. The
|
||||
weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
|
||||
<p>The <code class="highlighter-rouge">buienradar</code> platform uses <a href="http://buienradar.nl/">buienradar.nl</a> as an source for current meteorological data for your location. The weather forecast is delivered by Buienradar, who provides a webservice that provides detailed weather information for users in The Netherlands.
|
||||
The relevant weatherstation used will be automatically selected based on the location specified in the Home Assistant configuration (or in the buienradar weather/sensor component).</p>
|
||||
<p>To add the buienradar weather to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
@ -77,13 +76,13 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>platform</strong> (<em>Required</em>): buienradar</li>
|
||||
<li><strong>latitude</strong> (<em>Optional</em>): latitude to use for selection of data source location. Longitude & 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 & 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>
|
||||
<li><strong>latitude</strong> (<em>Optional</em>): Latitude to use for selection of data source location. Longitude & 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 & 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>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">weather</span><span class="pi">:</span>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">weather</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">buienradar</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">buienradar</span>
|
||||
<span class="s">latitude</span><span class="pi">:</span> <span class="s">51.65</span>
|
||||
|
@ -102,7 +101,11 @@ The weather platform is easier to configure but less customisable.
|
|||
<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/weather.buienradar.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/buienradar.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>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.44
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue