1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-25 16:27:07 +00:00

19 Commits

Author SHA1 Message Date
epenet
3d19d2d24f
Adjust config flow type hints in withings () 2022-05-30 16:29:47 +02:00
Michael
90e52cd3ad
Use relative imports [S-Z] () 2021-12-13 09:39:13 +01:00
J. Nick Koston
a4ea9b3cd3
Update usage of async_entries to use _async_current_entries () 2021-05-12 12:47:06 +02:00
Franck Nijhof
64c7d84108
Clean up connection classes in integrations T-Z () 2021-04-30 21:04:05 -10:00
J. Nick Koston
6cf57da89f
Use SOURCE_REAUTH constant for starting reauth flows () 2021-03-31 19:48:32 +02:00
Marc Mueller
dcca29ef68
Update typing 14 () 2021-03-18 15:08:35 +01:00
Franck Nijhof
bc1daf1802
None optional hass typing in FlowHandler ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-13 13:21:37 +01:00
Philip Allgaier
dde6305549
Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05: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
Robert Van Gorkom
5446641f09
User defined profile name for Withings () 2020-06-22 17:55:41 +02:00
Robert Van Gorkom
a6a6a7b69c
Add Withings webhooks ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 20:16:18 +02:00
Quentame
1855c91988
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ()
* Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const

* Fix pylint

* Use in tests

* Search for "client_id"

* Fix tests

* Fix test

* Fix test
2020-05-30 17:27:20 +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
Robert Van Gorkom
77490a3246 Vangorra withings fix ()
* Fixing connection issues with withings API by switching to a maintained client codebase.

* Updating requirements files.

* Adding withings api to requirements script.

* Using version of withings api with static version in setup.py.

* Updating requirements files.
2019-10-10 11:22:36 -07:00
Martin Hjelmare
c188ecf79b Revert "Fix connection issues with withings API by switching to a maintained codebase ()" ()
This reverts commit 071476343c10cdf8fe4a448082021eca3df7c8d7.
2019-10-10 14:21:42 +02:00
Robert Van Gorkom
071476343c Fix connection issues with withings API by switching to a maintained codebase ()
* Fixing connection issues with withings API by switching to a maintained client codebase.

* Updating requirements files.

* Adding withings api to requirements script.
2019-10-08 20:14:52 +02: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