Ron Klinkien
|
f6e0165543
|
Replace garminconnect_aio with garminconnect_ha (#51730)
* Fixed config_flow for multiple account creation
* Replaced python package to fix multiple accounts
* Replaced python package to fix multiple accounts
* Implemented config entries user
* Config entries user
* Fixed test code config flow
* Fixed patch
|
2021-06-12 10:05:27 +02:00 |
Ron Klinkien
|
b171c5ebe9
|
Fix garmin_connect config flow multiple account creation (#51542)
|
2021-06-07 10:09:08 +02:00 |
Ron Klinkien
|
a0b3d0863b
|
Fix Garmin Connect integration with python-garminconnect-aio (#50865)
|
2021-05-31 14:38:33 -07:00 |
Franck Nijhof
|
e652ff3a6a
|
Clean up connection classes in integrations D-G (#49890)
|
2021-04-30 21:02:21 -10:00 |
Marc Mueller
|
2956eb0902
|
Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3
* Add class-const-naming-style
* Remove unused-import message
* Additional cleanup
|
2021-03-29 18:02:56 -10:00 |
Franck Nijhof
|
36413e112f
|
Fix Garmin Connect i/o in event loop (#34598)
|
2020-04-23 12:33:37 -07:00 |
Ron Klinkien
|
4e2737bfb7
|
Add Garmin Connect integration (#30792)
* Added code files
* Correctly name init file
* Update codeowners
* Update requirements
* Added code files
* Correctly name init file
* Update codeowners
* Update requirements
* Black changes, added to coveragerc
* Removed documentation location for now
* Added documentation url
* Fixed merge
* Fixed flake8 syntax
* Fixed isort
* Removed false check and double throttle, applied time format change
* Renamed email to username, used dict, deleted unused type, changed attr name
* Async and ConfigFlow code
* Fixes
* Added device_class and misc fixes
* isort and pylint fixes
* Removed from test requirements
* Fixed isort checkblack
* Removed host field
* Fixed coveragerc
* Start working test file
* Added more config_flow tests
* Enable only most used sensors by default
* Added more default enabled sensors, fixed tests
* Fixed isort
* Test config_flow improvements
* Remove unused import
* Removed redundant patch calls
* Fixed mock return value
* Updated to garmin_connect 0.1.8 fixed exceptions
* Quick fix test patch to see if rest is error free
* Fixed mock routine
* Code improvements from PR feedback
* Fix entity indentifier
* Reverted device identifier
* Fixed abort message
* Test fix
* Fixed unique_id MockConfigEntry
|
2020-01-27 09:12:18 -08:00 |