Site updated at 2016-05-04 19:01:21 UTC
This commit is contained in:
parent
5180e02f48
commit
da610b1f1d
19 changed files with 22 additions and 22 deletions
|
@ -91,7 +91,7 @@
|
|||
|
||||
<p>The <code>tellstick</code> sensor platform allows you to get current meteorological data from a <a href="http://www.telldus.se/products/tellstick">TellStick</a> device.</p>
|
||||
|
||||
<p>To use your TellStick device in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To use your TellStick device, you first have to set up your <a href="https://home-assistant.io/components/tellstick/">Tellstick hub</a> and then add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
<p>This <code>tellstick</code> switch platform allows you to control <a href="http://www.telldus.se/products/tellstick">TellStick</a> devices.</p>
|
||||
|
||||
<p>To use your TellStick device in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To use your TellStick device, you first have to set up your <a href="https://home-assistant.io/components/tellstick/">Tellstick hub</a> and then add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<li><strong>target_sensor</strong> (<em>Required</em>): <code>entity_id</code> for a temperature sensor, target_sensor.state must be temperature.</li>
|
||||
<li><strong>min_temp</strong> (<em>Optional</em>): Set minimum set point available (default: 7)</li>
|
||||
<li><strong>max_temp</strong> (<em>Optional</em>): Set maximum set point available (default: 35)</li>
|
||||
<li><strong>target_temp</strong> (<em>Required</em>): Set default target temperature. Failure to set this variable will result in target temperature being set to null on startup.</li>
|
||||
<li><strong>target_temp</strong> (<em>Required</em>): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue