diff --git a/atom.xml b/atom.xml index 84e3f953ab..ce183725fd 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
-Wink offers one, quick and simple way to connect people with the products they rely on every day in their home.
Home Assistant integrates with the Wink API and automatically sets up any switches, lights, locks, fans, climate devices, covers, sensors, and alarms.
+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.
Check the related components pages for actual devices that are supported.
-Home Assistant offers multiple ways to authenticate to the Wink API. Each authentication method is described below.
This method will require you to setup a developer account with Wink. This process can take a few days to get approved but is the recommended form of authentication. If you would like to use Wink in Home Assistant while you wait, you can use the email and password authentication below.
-This form of authentication doesn’t require any settings in the configuration.yaml other than wink:
this is because you will be guided through setup via the configurator on the frontend.
You need to setup a developer account with Wink. This process can take a few days to get approved.
+Wink requests three peices of information from the user when they sign up for a developer account.
+Name:
This can be anything, for example “Home Assistant”Website:
The external address of your Home Assistant instance. If not externally accessible you can use your email address.Redirect URI:
This should be “http://192.168.1.5:8123/auth/wink/callback” replacing the IP with the internal IP of your Home Assistant box.No settings are required in the configuration.yaml other than wink:
this is because you will be guided through setup via the configurator on the frontend.
When using the configurator make sure the initial setup is performed on the same local network as the Home Assistant server, if not from the same box Home Assistant is running on. This will allow for authentication redirects to happen correctly.
wink:
This method pulls a new token on every startup of Home Assistant from this URL
-wink:
- email: YOUR_WINK_EMAIL_ADDRESS
- password: YOUR_WINK_PASSWORD
-
-This should be used for users that obtained their client_id and client_secret via email from Wink support.
-wink:
- email: YOUR_WINK_EMAIL_ADDRESS
- password: YOUR_WINK_PASSWORD
- client_id: YOUR_WINK_CLIENT_ID
- client_secret: YOUR_WINK_CLIENT_SECRET
+### Authentication with your Wink email and password.
+This method pulls a new token on every startup of Home Assistant from this URL
+~~```yaml
+wink:
+ email: YOUR_WINK_EMAIL_ADDRESS
+ password: YOUR_WINK_PASSWORD
+
+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 [developer.wink.com](https://developer.wink.com) account so you can keep using Wink!
+
+### Full oauth authentication (legacy).
+
+This should be used for users that obtained their client_id and client_secret via email from Wink support prior to [developer.wink.com's](https://developer.wink.com) existance.
+
+
+```yaml
+wink:
+ email: YOUR_WINK_EMAIL_ADDRESS
+ password: YOUR_WINK_PASSWORD
+ client_id: YOUR_WINK_CLIENT_ID
+ client_secret: YOUR_WINK_CLIENT_SECRET
Configuration variables:
- - email (Required for email/password auth or legacy OAuth): Your Wink login email.
- - password (Required for email/password auth or legacy OAuth): Your Wink login password.
+ - email (Required for legacy OAuth): Your Wink login email.
+ - password (Required for legacy OAuth): Your Wink login password.
- client_id (Required for legacy OAuth): Your provided Wink client_id.
- client_secret (Required for legacy OAuth): Your provided Wink client_secret.
- - local_control (Optional): If set to
True
state changes for lights, locks, and switches will be an issue to the local hub.
+ - local_control (Optional): If set to
True
state changes for lights, locks, and switches will be issued to the local hub.
Local control:
diff --git a/sitemap.xml b/sitemap.xml
index e2bc2ec827..5192bae603 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3622,7 +3622,7 @@
https://home-assistant.io/components/switch.hook/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4290,99 +4290,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/tools/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/tools/hass/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-11-01T15:42:24+00:00
+2017-11-01T16:37:35+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5464,62 +5464,62 @@
https://home-assistant.io/demo/frontend.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/index.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-11-01T15:41:27+00:00
+2017-11-01T16:36:47+00:00