Small login fix and add urllib3 specification
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user