parent
76fb2447a5
commit
f9c1675c95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue