Site updated at 2017-11-16 20:15:43 UTC

This commit is contained in:
Travis CI 2017-11-16 20:15:43 +00:00
parent b56b1fd97c
commit b18af64131
34 changed files with 295 additions and 136 deletions

View file

@ -81,11 +81,21 @@
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">yahoo_finance</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Optional</em>): The name of the sensor. If not specified, it defaults to <em>Yahoo Stock</em>.</li>
<li><strong>symbols</strong> array (<em>Optional</em>): List of stock market symbols for given companies. If not specified, it defaults to <em>Yahoo (YHOO)</em>.</li>
</ul>
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The name of the sensor.</span></p>
<p class="default">Default value: Yahoo Stock</p>
</dd>
<dt><a class="title-link" name="symbols" href="#symbols"></a> symbols</dt>
<dd>
<p class="desc"><span class="type">(<span class="string, list">string | list</span>)</span><span class="required">(Optional)</span><span class="description">List of stock market symbols for given companies.</span></p>
<p class="default">Default value: YHOO</p>
</dd>
</dl>
</div>
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
<p>In this section you find some real life examples of how to use this sensor.</p>
<h3><a class="title-link" name="red-hat-and-google" href="#red-hat-and-google"></a> Red Hat and Google</h3>