Commit Graph
10 Commits
Author SHA1 Message Date
Philip Rosenberg-WattandPaulus Schoutsen 81cf0dacfe Fix Google Calendar caching when offline (#13375)
* Fix Google Calendar caching when offline

Events from Google Calendar were not firing under the following
circumstances:

1. Start ha as normal with Google Calendar configured as per
   instructions.
2. ha loses network connectivity to Google
3. ha attempts update of Google Calendar
4. calendar/google component throws uncaught Exception causing update
   method to not return
5. (cached) Google Calendar event does not fire, remains "Off"

Catching the Exception and returning False from the update() method
causes the correct behavior (i.e., the calendar component firing the
event as scheduled using cached data).

* Add requirements

* Revert code cleanup

* Remove explicit return value from update()

* Revert "Remove explicit return value from update()"

This reverts commit 7cd77708af.

* Use MockDependency decorator

No need to whitelist google-python-api-client for a single unit test at
this point.
2018-03-26 18:10:22 -07:00
Otto WinterandFabian Affolter 2ae0c5653e Fix source code using Windows newline (#12248)
* 🚜 Fix usage of carriage return

* 🤝 Rebase and repeat

* 🚜 Fix file permissions
2018-02-09 08:11:47 +01:00
Paulus SchoutsenandGitHub 88b70e964c Remove execution file perm (#11563) 2018-01-09 23:55:14 -08:00
Paulus SchoutsenandGitHub 6899c7b6f7 assertEquals is deprecated (#7777) 2017-05-25 22:21:22 -07:00
happyleavesaocandPaulus Schoutsen 81f988cf9e date fix (#5227) 2017-01-08 23:50:42 +01:00
Paulus SchoutsenandGitHub 4cc192e445 Disable broken google offset test (#4540) 2016-11-22 18:34:48 -08:00
mnestorandPaulus Schoutsen 962e5315ab Mock call to google servers (#4532)
* Fix for #4520

* mock call to do_auth to prevent call to google servers
2016-11-22 18:19:32 -08:00
mnestorandPaulus Schoutsen ce13b0989d Fix for #4520 (#4526)
* Fix for #4520

* fix lint
2016-11-22 10:15:39 -08:00
Paulus SchoutsenandGitHub 86f3e2455d Skip google calendar offset test (#4520) 2016-11-21 20:16:34 -08:00
mnestorandPaulus Schoutsen 613615433a Google Calendar round 2 (#4161)
* Google Calendar round 2

* Add google back to .coveragerc

* Update __init__.py
2016-11-18 22:29:20 -08:00