Site updated at 2017-07-02 00:58:35 UTC
This commit is contained in:
parent
af9e56ffa0
commit
00a0f63427
651 changed files with 11395 additions and 2155 deletions
|
@ -90,9 +90,10 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<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 sensors will get an entity name of ‘sensor.[name]_[monitored_condition]’, for example: ‘sensor.lopik_temperature’; if no name is specified the sensors will be called ‘sensor.br_[monitored_condition]’, for example ‘sensor.br_temperature’.</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>name</strong> (<em>Optional</em>): You can specify a name of the component, but do not have to. If you specify a name, the sensors will get an entity name of ‘sensor.[name]<code class="highlighter-rouge">[monitored_condition]</code>, for example: <code class="highlighter-rouge">sensor.lopik_temperature</code>; if no name is specified the sensors will be called <code class="highlighter-rouge">sensor.br_[monitored_condition]</code>, for example <code class="highlighter-rouge">sensor.br_temperature</code>.</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.nl.</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.nl.</li>
|
||||
<li><strong>timeframe</strong> (<em>Optional</em>): Minutes to look ahead for precipitation (5..120) [default: 60].</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>
|
||||
|
@ -109,6 +110,8 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
<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>irradiance</strong>: Sun intensity in Watt per square meter (W/m2).</li>
|
||||
<li><strong>precipitation_forecast_average</strong>: The average expected precipitation/rain in mm/h within the given timeframe.</li>
|
||||
<li><strong>precipitation_forecast_total</strong>: The total expected precipitation/rain in mm/h within the given timeframe.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -132,6 +135,8 @@ The relevant weatherstation used will be automatically selected based on the loc
|
|||
<span class="pi">-</span> <span class="s">windgust</span>
|
||||
<span class="pi">-</span> <span class="s">precipitation</span>
|
||||
<span class="pi">-</span> <span class="s">irradiance</span>
|
||||
<span class="pi">-</span> <span class="s">precipitation_forecast_average</span>
|
||||
<span class="pi">-</span> <span class="s">precipitation_forecast_total</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue