Site updated at 2015-11-22 20:47:53 UTC

This commit is contained in:
Paulus Schoutsen 2015-11-22 12:47:53 -08:00
parent 8e4da669aa
commit f372cd0b12
97 changed files with 2687 additions and 548 deletions

View file

@ -106,10 +106,14 @@
<p>Wink offers one, quick and simple way to connect people with the products they rely on every day in their home.</p>
</blockquote>
<p>Home Assistant integrates the Wink hub and allows you to get the status and control connected switches, lights and sensors.</p>
<p>Home Assistant integrates the Wink hub and allows you to get the status and control connected switches, lights, locks, and sensors.</p>
<p>To get started with the Wink API, you will first need to get yourself an API access token. Because it is very difficult right now to get access to their API, John McLaughlin has created the form below to get you one.</p>
<p class="note warning">
Were having some issues handing out API access tokens to new users.
</p>
<iframe src="https://winkbearertoken.appspot.com" style="width: 100%; height: 200px; border: 0; margin: 0 auto 15px; border-left: 2px solid #049cdb; padding-left: 15px;"></iframe>
<p>After you have gotten your access token, add the following to your <code>configuration.yaml</code>:</p>
@ -153,6 +157,9 @@ The Wink hub can only be accessed via the cloud. This means it requires an activ
<li><a href='/components/light.wink/'>
Wink light
</a></li>
<li><a href='/components/lock.wink/'>
Wink lock
</a></li>
<li><a href='/components/sensor.wink/'>
Wink sensor
</a></li>