1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Add Withings support (#25154)

* Rebasing with a clean branch.
Addressing PR feedback.
Cleaning up some static code checks.
Fixing bug with saving credentials.

* Removing unecessary change.

* Caching data manager.

* Removing configurable measures.

* Using import step in config flow.

* Updating config flows.

* Addressing PR feedback.

* Formatting source.

* Addressing PR feedback and rebasing.
This commit is contained in:
Robert Van Gorkom
2019-08-31 05:30:59 -07:00
committed by Martin Hjelmare
parent 944b544b2e
commit 614cf74225
19 changed files with 2566 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ TEST_REQUIREMENTS = (
"mficlient",
"minio",
"netdisco",
"nokia",
"numpy",
"oauth2client",
"paho-mqtt",