Allen Porter
be4c7291bd
Update google tasks to return completed items ( #122437 )
2024-07-23 09:31:22 +02:00
J. Nick Koston
9e9e1f75f2
Fix google_mail doing blocking I/O in the event loop ( #118421 )
...
fixes #118411
2024-05-29 15:55:12 -04:00
Sid
2cc916db6d
Replace pylint broad-except with Ruff BLE001 ( #116250 )
2024-05-07 14:00:27 +02:00
Joost Lekkerkerker
c108c7df38
Add reauth flow to Google Tasks ( #109517 )
...
* Add reauth flow to Google Tasks
* Update homeassistant/components/google_tasks/config_flow.py
Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
* Add tests
* Reauth
* Remove insta reauth
* Fix
---------
Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
2024-04-19 17:38:39 +02:00
Allen Porter
4a7a22641e
Fix Google Tasks parsing of remove responses ( #115258 )
2024-04-09 07:39:31 +02:00
Sid
a5b609f081
Enable ruff TRY401 ( #114395 )
...
* Enable ruff TRY401
* fix tests
2024-03-29 07:20:36 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] ( #112736 )
2024-03-08 19:15:59 +01:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
Erik Montnemery
e06446d0fa
Migrate integrations e-h to generic flowhandler ( #111862 )
2024-02-29 20:07:36 +01:00
Allen Porter
2497798b5d
Allow clearing To-do list item extended fields ( #106208 )
2023-12-27 13:14:59 +01:00
Allen Porter
656d0696bb
Add support for re-ordering Google Tasks ( #104769 )
...
* Add reorder and task ordering
* Remove un-needed js id code
* Revert dead code deletion
* Remove reverted test and dead logger
* Update comment name
2023-12-22 18:49:41 +01:00
Allen Porter
c8aed06438
Add due date and description to Google Tasks ( #104654 )
...
* Add tests for config validation function
* Add Google Tasks due date and description
* Revert test timezone
* Update changes after upstream
* Update homeassistant/components/google_tasks/todo.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add google tasks tests for creating
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-29 22:37:43 +01:00
Aarni Koskela
706add4a57
Switch formatting from black to ruff-format ( #102893 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-27 14:38:59 +01:00
Allen Porter
378a708bf7
Only show Google Tasks that are parents and fix ordering ( #103820 )
2023-11-24 12:54:49 +01:00
Jan Bouwhuis
f94167a4bb
Fix invalid oauth2_unauthorized translation ref ( #103873 )
...
* Fix invalids oauth2_unauthorized translation ref
* Fix oauth2_failed
2023-11-12 21:13:38 +01:00
Allen Porter
787fb3b954
Improve OAuth error handling in configuration flows ( #103157 )
...
* Improve OAuth error handling in configuration flows
* Update strings for all integrations that use oauth2 config flow
* Remove invalid_auth strings
* Revert change to release
* Revert close change in aiohttp mock
2023-11-11 11:02:51 +01:00
Allen Porter
cec617cfbb
Add support for deleting To-do items in Google Tasks ( #102967 )
...
* Add support for deleting To-do items in Google Tasks
* Cleanup multipart test
* Fix comments
* Add additional error checking to increase coverage
* Apply suggestions and fix tests
2023-11-08 18:13:48 +01:00
Joost Lekkerkerker
55a4769172
Abort config flow if Google Tasks API is not enabled ( #103114 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-31 11:32:17 +01:00
Marc Mueller
4cac20f835
Fix google_tasks generic typing ( #102778 )
2023-10-25 07:22:19 -07:00
Allen Porter
7f7064ce59
Add Google Tasks create and update for todo platform ( #102754 )
...
* Add Google Tasks create and update for todo platform
* Update comments
* Update comments
2023-10-25 10:51:21 +02:00
Allen Porter
0cb0e3ceeb
Add Google tasks integration, with initial read-only To-do list ( #102629 )
...
* Add Google Tasks integration
* Update tests and unique id
* Revert devcontainer change
* Increase test coverage
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove ternary
* Fix JSON
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-10-24 21:30:29 -07:00