Site updated at 2017-03-09 20:51:35 UTC

This commit is contained in:
Travis CI 2017-03-09 20:51:35 +00:00
parent 4c50b37de5
commit 6d48e5935a
24 changed files with 44 additions and 39 deletions

View file

@ -98,16 +98,21 @@
<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>
<span class="s">scan_interval</span><span class="pi">:</span> <span class="s">600</span>
</code></pre>
</div>
<p class="note">
Scan interval is expressed in seconds. Omitting scan_interval may result in too-frequent polling and cause you to rate-limited by Honeywell.
</p>
<p>Configuration variables:</p>
<ul>
<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>
<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>
<li><strong>scan_interval</strong>(<em>Optional</em>): Scan interval is expressed in seconds. Recommended value of 600 seconds. Default value is 120 seconds. Omitting scan_interval may result in too-frequent polling and cause you to rate-limited by Honeywell.</li>
</ul>