Site updated at 2017-04-30 21:21:27 UTC

This commit is contained in:
Travis CI 2017-04-30 21:21:27 +00:00
parent b60a41aa01
commit c188a0e475
30 changed files with 60 additions and 59 deletions

View file

@ -69,7 +69,7 @@
<p>This is a minimum implementation of a platform for the sensor component.</p>
<h3><a class="title-link" name="installation" href="#installation"></a> Installation</h3>
<p>Copy the code below and create it as a file in <code class="highlighter-rouge">&lt;config_dir&gt;/custom_components/sensor/example.py</code>.</p>
<p>Add the following to your configuration.yaml:</p>
<p>Add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<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">example</span>