Site updated at 2017-11-04 06:33:48 UTC

This commit is contained in:
Travis CI 2017-11-04 06:33:48 +00:00
parent 58beb42469
commit 34db186026
518 changed files with 5817 additions and 3208 deletions

View file

@ -80,7 +80,7 @@
</blockquote>
<p>Home Assistant integrates with the Wink API and automatically sets up any switches, lights, locks, fans, climate devices (thermostats, air conditioners, and water heaters), covers, sensors, alarms, and sirens.</p>
<p>Check the related components pages for actual devices that are supported.</p>
<h3>Authenticate using <a href="https://developer.wink.com">developer.wink.com</a></h3>
<h3><a class="title-link" name="authenticate-using-developerwinkcomhttpsdeveloperwinkcom" href="#authenticate-using-developerwinkcomhttpsdeveloperwinkcom"></a> Authenticate using <a href="https://developer.wink.com">developer.wink.com</a></h3>
<p>You need to setup a developer account with Wink. This process can take a few days to get approved.</p>
<p>Wink requests three pieces of information from the user when they sign up for a developer account.</p>
<ol>
@ -95,15 +95,7 @@ When using the configurator make sure the initial setup is performed on the same
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">wink</span><span class="pi">:</span>
</code></pre>
</div>
<p><del>### Authentication with your Wink email and password.</del></p>
<p><del>This method pulls a new token on every startup of Home Assistant from this <a href="https://winkbearertoken.appspot.com">URL</a></del></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>
</code></pre>
</div>
<p>This is no longer working due to a recent change Wink made, and will be removed in the next release of Home Assistant. Please create a <a href="https://developer.wink.com">developer.wink.com</a> account so you can keep using Wink!</p>
<h3>Full oauth authentication (legacy).</h3>
<h3><a class="title-link" name="full-oauth-authentication-legacy" href="#full-oauth-authentication-legacy"></a> Full oauth authentication (legacy).</h3>
<p>This should be used for users that obtained their client_id and client_secret via email from Wink support prior to <a href="https://developer.wink.com">developer.wink.coms</a> existance.</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>