Site updated at 2017-06-23 20:09:56 UTC

This commit is contained in:
Travis CI 2017-06-23 20:09:56 +00:00
parent a30e045275
commit 055917365e
26 changed files with 41 additions and 40 deletions

View file

@ -90,8 +90,9 @@ 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 &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 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>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>