Site updated at 2016-12-13 10:43:35 UTC

This commit is contained in:
Travis CI 2016-12-13 10:43:35 +00:00
parent 994a926966
commit 3f7aca30d8
23 changed files with 38 additions and 37 deletions

View file

@ -97,13 +97,14 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">climate</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">honeywell</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>username</strong> (<em>Required</em>: The username of an user with access.</li>
<li><strong>username</strong> (<em>Required</em>): The username of an user with access.</li>
<li><strong>password</strong> (<em>Required</em>): The password for your given admin account.</li>
<li><strong>away_temperature</strong> (<em>optional</em>): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C.</li>
<li><strong>region</strong> (<em>optional</em>): Region identifier (either eu or us). Defaults to eu if not provided.</li>