Site updated at 2017-10-26 08:44:46 UTC
This commit is contained in:
parent
9c02cd300c
commit
47bdd8126c
124 changed files with 228 additions and 202 deletions
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Toon Climate - Home Assistant</title>
|
||||
<title>Toon Thermostat - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate Toon Climate devices within Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate Toon thermostats within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/climate.toon/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Toon Climate">
|
||||
<meta property="og:title" content="Toon Thermostat">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/climate.toon/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate Toon Climate devices within Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate Toon thermostats within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Toon Climate">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Toon Climate devices within Home Assistant.">
|
||||
<meta name="twitter:title" content="Toon Thermostat">
|
||||
<meta name="twitter:description" content="Instructions how to integrate Toon thermostats within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -70,12 +70,38 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Toon Climate
|
||||
Toon Thermostat
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">toon</code> climate platform allows you to interact with your Toon device.</p>
|
||||
<p>The requirement is that you have setup the <a href="/components/toon/"><code class="highlighter-rouge">toon</code></a> component.</p>
|
||||
<p>The <code class="highlighter-rouge">toon</code> climate platform allows you to interact with your Toon thermostat. For compatibility reasons, the states in Home Assistant are different from the states displayed on your Toon device and are mapped as follows:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="text-align: left">Home Assistant</th>
|
||||
<th style="text-align: left">Toon</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: left">Performance</td>
|
||||
<td style="text-align: left">Comfort</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">Heat</td>
|
||||
<td style="text-align: left">Thuis</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">Eco</td>
|
||||
<td style="text-align: left">Weg</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">Cool</td>
|
||||
<td style="text-align: left">Slapen</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>Please refer to the <a href="/components/toon/">hub component</a> for setup instructions.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
@ -105,7 +131,7 @@
|
|||
Toon Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.toon/'>
|
||||
Toon Switch
|
||||
Toon Smart Plugs
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -167,7 +193,7 @@
|
|||
<a href='/components/climate.tesla/'>Tesla HVAC</a>
|
||||
</li>
|
||||
<li>
|
||||
Toon Climate
|
||||
Toon Thermostat
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.vera/'>Vera Thermostat</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue