2015-10-05 21:30:37 -07:00

1.6 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Wink hub Instructions how to setup the Wink hub within Home Assistant. 2015-01-20 22:36 false false true true
[Wink](http://www.wink.com/) is a home automation hub that can control a whole wide range of devices on the market. Or, as they say in their own words:
Wink offers one, quick and simple way to connect people with the products they rely on every day in their home.

Home Assistant integrates the Wink hub and allows you to get the status and control connected switches, lights and sensors.

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.

After you have gotten your access token, add the following to your configuration.yaml:

wink:
  access_token: YOUR_ACCESS_TOKEN

Configuration variables:

  • access_token (Required): The retrieved access token.

This will connect to the Wink hub and automatically set up any lights, switches and sensors that it finds.

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).