Small login fix and add urllib3 specification

This commit is contained in:
2019-10-26 21:01:41 +02:00
parent 88b0cef45c
commit f13daa3322
4 changed files with 14 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ async def async_setup_entry(hass, entry):
password = config.get(CONF_EMAIL) or entry.data[CONF_EMAIL]
account = GeorideApi.get_authorisation_token(email, password)
context = GeorideContext(
hass,
email,