Commit graph

10 commits

Author SHA1 Message Date
Ville Skyttä
153d6e891e
Use config_entries.SOURCE_* constants () 2021-04-25 11:27:40 +02:00
Franck Nijhof
f0e5e616a7
Fix device discovery of OAuth2 config flows () 2021-03-25 10:35:01 -07:00
Paulus Schoutsen
f9fa24950b
OAuth2 to use current request header () 2020-11-27 08:55:34 +01:00
scheric
f5248b5562
Use common strings in withings config flow () 2020-10-14 21:54:23 +02:00
SNoof85
04b04027c3
Use reference strings in Withings () 2020-10-07 11:22:11 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Robert Van Gorkom
5446641f09
User defined profile name for Withings () 2020-06-22 17:55:41 +02:00
Robert Van Gorkom
15bedd8f27 Use latest withings_api module ()
* Using latest winthings_api module.
Drastically reduced complexity of tests.

* Removing import source.

* Fixing test requirements.

* Using requests_mock instead of responses module.

* Updating file formatting.

* Removing unused method.

* Adding support for new OAuth2 config flow.

* Addressing PR feedback.
Removing unecessary base_url from config, this is a potential breaking change.

* Addressing PR feedback.
2019-10-24 09:41:04 -07:00
Paulus Schoutsen
c6fc677f5b
Verify withings config () 2019-09-17 13:45:48 -07:00
Robert Van Gorkom
614cf74225 Add Withings support ()
* 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.
2019-08-31 14:30:59 +02:00