Site updated at 2016-09-19 13:40:27 UTC

This commit is contained in:
Travis CI 2016-09-19 13:40:27 +00:00
parent 905f95b888
commit e6e8ade719
29 changed files with 62 additions and 41 deletions

View file

@ -126,7 +126,8 @@
<p>To set it up, add the following information to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">ecobee</span><span class="pi">:</span>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">ecobee</span><span class="pi">:</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">asdfghjklqwertyuiopzxcvbnm</span>
<span class="s">hold_temp</span><span class="pi">:</span> <span class="s">True</span>
</code></pre>