Site updated at 2016-10-26 06:17:33 UTC

This commit is contained in:
Travis CI 2016-10-26 06:17:33 +00:00
parent 910898009b
commit ef91325063
40 changed files with 292 additions and 39 deletions

View file

@ -89,7 +89,22 @@
<hr class="divider">
<p>Integrate your <a href="https://efergy.com">Efergy</a> meter information into Home Assistant. To get an app token, log in to your efergy account, go to the Settings page, click on App tokens, and click “Add token”.</p>
<p>Integrate your <a href="https://efergy.com">Efergy</a> meter information into Home Assistant. To get an app token:</p>
<ol>
<li>
<p>Log in to your efergy account</p>
</li>
<li>
<p>Go to the Settings page</p>
</li>
<li>
<p>Click on App tokens</p>
</li>
<li>
<p>Click “Add token”</p>
</li>
</ol>
<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>

View file

@ -91,7 +91,7 @@
<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 get an overview 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 class="highlighter-rouge">configuration.yaml</code> file:</p>

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">systemmonitor</code> sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.</p>
<p>The <code class="highlighter-rouge">systemmonitor</code> sensor platform allows you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.</p>
<p>To add this platform to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>