Fix connection issues with withings API by switching to a maintained codebase (#27310)

* Fixing connection issues with withings API by switching to a maintained client codebase.

* Updating requirements files.

* Adding withings api to requirements script.
This commit is contained in:
Robert Van Gorkom 2019-10-08 11:14:52 -07:00 committed by Martin Hjelmare
parent 55e10d552e
commit 071476343c
10 changed files with 131 additions and 118 deletions

View file

@ -106,7 +106,6 @@ TEST_REQUIREMENTS = (
"mficlient",
"minio",
"netdisco",
"nokia",
"numpy",
"oauth2client",
"paho-mqtt",
@ -185,6 +184,7 @@ TEST_REQUIREMENTS = (
"vultr",
"wakeonlan",
"warrant",
"withings-api",
"YesssSMS",
"zeroconf",
"zigpy-homeassistant",