We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd081e commit 8806519Copy full SHA for 8806519
pyhilo/oauth2.py
@@ -6,7 +6,8 @@
6
from homeassistant.helpers.config_entry_oauth2_flow import LocalOAuth2Implementation
7
8
from homeassistant.helpers.aiohttp_client import async_create_clientsession
9
-from aiohttp import CookieJar
+from aiohttp import CookieJar, ClientError
10
+from json import JSONDecodeError
11
from pyhilo.const import AUTH_AUTHORIZE, AUTH_CLIENT_ID, AUTH_TOKEN, DOMAIN
12
from pyhilo.oauth2helper import OAuth2Helper
13
0 commit comments