Site updated at 2016-07-01 18:46:56 UTC

This commit is contained in:
Travis CI 2016-07-01 18:46:56 +00:00
parent 470b6ef802
commit d59fb6b725
380 changed files with 10591 additions and 2167 deletions

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>The <code>deutsche_bahn</code> sensor will give you the departure time of the next train for the given connection. In case of a delay, the delay is also shown. Additional <code>ATTRIBUTES</code> are used to inform about eg. the type of the train, price and if it is ontime. The data are coming from the <a href="http://www.bahn.de/p/view/index.shtml">bahn.de</a> website.</p>
<p>The <code>deutsche_bahn</code> sensor will give you the departure time of the next train for the given connection. In case of a delay, the delay is also shown. Additional details are used to inform about eg. the type of the train, price, and if it is ontime.</p>
<p>To enable this sensor, add the following lines to your <code>configuration.yaml</code> file:</p>
@ -107,9 +107,24 @@
<ul>
<li><strong>from</strong> (<em>Required</em>): The name of the start station.</li>
<li><strong>to</strong> (<em>Required</em>): The name of the end station.</li>
<li><strong>to</strong> (<em>Required</em>): The name of the end/destination station.</li>
</ul>
<p>As already mentioned this sensor contains a lot of information to access those a <a href="/components/sensor.template/">template senosr</a> can come handy.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">sensor</span>:
<span class="key">platform</span>: <span class="string"><span class="content">template</span></span>
<span class="key">sensors</span>:
<span class="key">next_departure</span>:
<span class="key">value_template</span>: <span class="string"><span class="content">'{{ states.sensor.munich_to_ulm.attributes.next }}'</span></span>
<span class="key">friendly_name</span>: <span class="string"><span class="content">'Next departure'</span></span>
</pre></div>
</div>
</div>
<p>The data is coming from the <a href="http://www.bahn.de/p/view/index.shtml">bahn.de</a> website.</p>
</article>
@ -131,6 +146,9 @@
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
</div>
<div class='section'>
Introduced in release: 0.14
</div>
<div class='section'>
<h1 class="title delta">Category Sensor</h1>
<ul class='divided'>
<li>
@ -172,6 +190,9 @@
<li>
<a href='/components/sensor.fitbit/'>Fitbit</a>
</li>
<li>
<a href='/components/sensor.fixer/'>Fixer.io</a>
</li>
<li>
<a href='/components/sensor.glances/'>Glances</a>
</li>
@ -181,6 +202,9 @@
<li>
<a href='/components/sensor.http/'>HTTP Sensor</a>
</li>
<li>
<a href='/components/sensor.homematic/'>Homematic Sensor</a>
</li>
<li>
<a href='/components/sensor.lastfm/'>Last.fm</a>
</li>
@ -214,6 +238,9 @@
<li>
<a href='/components/sensor.onewire/'>One wire Sensor</a>
</li>
<li>
<a href='/components/sensor.openexchangerates/'>Open Exchange Rates</a>
</li>
<li>
<a href='/components/sensor.plex/'>Plex Sensor</a>
</li>
@ -241,6 +268,9 @@
<li>
<a href='/components/sensor.supervisord/'>Supervisord</a>
</li>
<li>
<a href='/components/sensor.swiss_hydrological_data/'>Swiss Hydrological Data</a>
</li>
<li>
<a href='/components/sensor.swiss_public_transport/'>Swiss Public Transport</a>
</li>
@ -283,6 +313,9 @@
<li>
<a href='/components/sensor.vera/'>Vera Sensor</a>
</li>
<li>
<a href='/components/sensor.envisalink/'>Vera Sensor</a>
</li>
<li>
<a href='/components/sensor.verisure/'>Verisure Sensor</a>
</li>