Site updated at 2017-10-07 19:25:24 UTC
This commit is contained in:
parent
8bbc40b5d1
commit
ef6d3b2ec0
678 changed files with 10476 additions and 2128 deletions
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Wink Thermostat - Home Assistant</title>
|
||||
<title>Wink Climate - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the Wink binary sensors within Home Assistant.">
|
||||
<meta name="description" content="Instructions how to setup the Wink climate devices within Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/climate.wink/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Wink Thermostat">
|
||||
<meta property="og:title" content="Wink Climate">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/climate.wink/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the Wink binary sensors within Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to setup the Wink climate devices 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="Wink Thermostat">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Wink binary sensors within Home Assistant.">
|
||||
<meta name="twitter:title" content="Wink Climate">
|
||||
<meta name="twitter:description" content="Instructions how to setup the Wink climate devices within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -70,21 +70,22 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Wink Thermostat
|
||||
Wink Climate
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The Wink climate platform allows you to get data from your <a href="http://www.wink.com/">Wink</a> thermostats.</p>
|
||||
<p>The Wink climate platform allows you to get data from your <a href="http://www.wink.com/">Wink</a> thermostats, Air Conditioners, and Water Heaters.</p>
|
||||
<p>The requirement is that you have setup <a href="/components/wink/">Wink</a>.</p>
|
||||
<h3><a class="title-link" name="supported-climate-devices" href="#supported-climate-devices"></a> Supported climate devices</h3>
|
||||
<ul>
|
||||
<li>Nest (No wink hub required)</li>
|
||||
<li>Ecobee (No wink hub required)</li>
|
||||
<li>Sensi (No wink hub required)</li>
|
||||
<li>Nest (No Wink hub required)</li>
|
||||
<li>Ecobee (No Wink hub required)</li>
|
||||
<li>Sensi (No Wink hub required)</li>
|
||||
<li>Carrier (Unconfirmed)</li>
|
||||
<li>Honeywell (No wink hub required)</li>
|
||||
<li>Honeywell (No Wink hub required)</li>
|
||||
<li>Generic Z-Wave</li>
|
||||
<li>Quirky Aros window AC unit</li>
|
||||
<li>Rheem Econet water heaters (No Wink hub required)</li>
|
||||
</ul>
|
||||
<p class="note">
|
||||
The above devices are confirmed to work, but others may work as well.
|
||||
|
@ -170,6 +171,9 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<li>
|
||||
<a href='/components/climate.knx/'>KNX Climate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.mqtt/'>MQTT HVAC</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.mysensors/'>MySensors HVAC</a>
|
||||
</li>
|
||||
|
@ -201,7 +205,7 @@ The above devices are confirmed to work, but others may work as well.
|
|||
<a href='/components/climate.vera/'>Vera Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
Wink Thermostat
|
||||
Wink Climate
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/climate.zwave/'>Z-Wave Climate</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue