Site updated at 2016-10-08 18:28:01 UTC
This commit is contained in:
parent
c33649c7ed
commit
85df6d11f5
522 changed files with 7493 additions and 3477 deletions
|
@ -108,16 +108,40 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>You can also request API access via Wink’s <a href="http://www.wink.com/help/contact/">contact us</a> page.</p>
|
||||
|
||||
<p>You will be provided with a client ID and a client secret via email. These can then be used in your configuration in place of the access_token this will prevent you from having to manually refresh your access token.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">wink</span><span class="pi">:</span>
|
||||
<span class="s">email</span><span class="pi">:</span> <span class="s">YOUR_WINK_EMAIL_ADDRESS</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_WINK_PASSWORD</span>
|
||||
<span class="s">client_id</span><span class="pi">:</span> <span class="s">YOUR_WINK_CLIENT_ID</span>
|
||||
<span class="s">client_secret</span><span class="pi">:</span> <span class="s">YOUR_WINK_CLIENT_SECRET</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>The following can also be provied to allow access to the Wink Relay sensors. This value could change at any time.</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">wink</span><span class="pi">:</span>
|
||||
<span class="s">user_agent</span><span class="pi">:</span> <span class="s">Manufacturer/Home-Assistant WinkAndroid/4</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>access_token</strong> (<em>Required</em>): The retrieved access token.</li>
|
||||
<li><strong>access_token</strong> (<em>Required if the below aren’t present.</em>): The retrieved access token.</li>
|
||||
<li><strong>email</strong> (<em>Required if access token isn’t provied</em>): Your Wink login email.</li>
|
||||
<li><strong>password</strong> (<em>Required if access token isn’t provied</em>): Your Wink loging password.</li>
|
||||
<li><strong>client_id</strong> (<em>Required if access token isn’t provied</em>): Your provided Wink client_id.</li>
|
||||
<li><strong>client_secret</strong> (<em>Required if access token isn’t provied</em>): Your provided Wink client_secret.</li>
|
||||
<li><strong>user_agent</strong> (<em>Optional</em>): The user-agent passed in the API calls to Wink.</li>
|
||||
</ul>
|
||||
|
||||
<p>This will connect to the Wink hub and automatically set up any lights, switches and sensors that it finds.</p>
|
||||
|
||||
<p class="note">
|
||||
The Wink hub can only be accessed via the cloud. This means it requires an active internet connection and you will experience delays when controlling devices (~3s) and getting an updated device state (~15s).
|
||||
The Wink hub can only be accessed via the cloud. This means it requires an active internet connection and you will experience delays when controlling and updating devices (~3s).
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -177,6 +201,9 @@ The Wink hub can only be accessed via the cloud. This means it requires an activ
|
|||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/digital_ocean/'>Digital Ocean</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue