From f9c1675c95d5462d2ca98adabdd7767378527919 Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Sat, 10 Mar 2018 00:36:20 -0800 Subject: [PATCH] Use request.query (#13037) Fixes #13036 --- homeassistant/components/wink/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wink/__init__.py b/homeassistant/components/wink/__init__.py index 78f3042aefb..eab67c18aed 100644 --- a/homeassistant/components/wink/__init__.py +++ b/homeassistant/components/wink/__init__.py @@ -554,7 +554,7 @@ class WinkAuthCallbackView(HomeAssistantView): from aiohttp import web hass = request.app['hass'] - data = request.GET + data = request.query response_message = """Wink has been successfully authorized! You can close this window now! For the best results you should reboot