Site updated at 2016-08-22 08:21:42 UTC
This commit is contained in:
parent
f9d65cbe57
commit
4acb07bf8e
559 changed files with 18878 additions and 21688 deletions
|
@ -89,21 +89,19 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>fixer</code> sensor will show you the current exchange rate from <a href="http://fixer.io/">Fixer.io</a> which is using data from the <a href="https://www.ecb.europa.eu">European Central Bank (ECB)</a>.</p>
|
||||
<p>The <code class="highlighter-rouge">fixer</code> sensor will show you the current exchange rate from <a href="http://fixer.io/">Fixer.io</a> which is using data from the <a href="https://www.ecb.europa.eu">European Central Bank (ECB)</a>.</p>
|
||||
|
||||
<p>To get an owerview about the available <a href="http://api.fixer.io/latest">currencies</a>.</p>
|
||||
|
||||
<p>To enable this sensor, add the following lines to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To enable this sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code> file:</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">fixer</span></span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">EUR</span></span>
|
||||
<span class="key">base</span>: <span class="string"><span class="content">EUR</span></span>
|
||||
<span class="key">target</span>: <span class="string"><span class="content">CHF</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">fixer</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">EUR</span>
|
||||
<span class="s">base</span><span class="pi">:</span> <span class="s">EUR</span>
|
||||
<span class="s">target</span><span class="pi">:</span> <span class="s">CHF</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue