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

@ -84,13 +84,29 @@
<span class="s">quote</span><span class="pi">:</span> <span class="s">EUR</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>api_key</strong> (<em>Required</em>): API Key for <a href="https://openexchangerates.org">Open Exchange Rates</a>.</li>
<li><strong>quote</strong> (<em>Required</em>): The symbol of the quote or target currency.</li>
<li><strong>name</strong> (<em>Optional</em>): Name to use in the frontend.</li>
<li><strong>base</strong> (<em>Optional</em>): The symbol of the base currency. Defaults to USD.</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: Exchange Rate Sensor</p>
</dd>
<dt><a class="title-link" name="api_key" href="#api_key"></a> api_key</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The API Key for <a href="https://openexchangerates.org">Open Exchange Rates</a>.</span></p>
</dd>
<dt><a class="title-link" name="quote" href="#quote"></a> quote</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Required)</span><span class="description">The symbol of the quote or target currency.</span></p>
</dd>
<dt><a class="title-link" name="base" href="#base"></a> base</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The symbol of the base currency.</span></p>
<p class="default">Default value: USD</p>
</dd>
</dl>
</div>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">