mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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:
committed by
Martin Hjelmare
parent
55e10d552e
commit
071476343c
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user