hellkun

Results 1 comments of hellkun

Ok, I have a workaround for this. Modify line 43 of config_flow.py, change: `api = Garmin(username, password)` to `api = Garmin(username, password, True)` It worked for me.