1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-14 07:50:01 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Allen Porter
a3ef3cce3e Improve Google Tasks coordinator updates behavior () 2024-12-19 16:41:47 +01:00
Allen Porter
b77e42e8f3 Increase test coverage for google tasks init () 2024-12-15 20:23:56 +01:00
Allen Porter
355e80aa56 Test the google tasks api connection in setup ()
Improve google tasks setup
2024-12-10 19:01:50 -08:00
Joost Lekkerkerker
c108c7df38 Add reauth flow to Google Tasks ()
* 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
epenet
0b01326f9f Use is in ConfigEntryState enum comparison in tests (A-M) () 2024-04-05 17:16:55 +02:00
Marc Mueller
c88b337600 Add empty line after module docstring [tests f-k] () 2024-03-08 14:50:04 +01:00
Allen Porter
0cb0e3ceeb Add Google tasks integration, with initial read-only To-do list ()
* 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