core/tests/components/google
Allen Porter 36bb947cdf
Fix bug in google calendar offset calculation (#70024)
Move the offset reached computation outside of the update method so that it is
computed when state updates occur rather than when data refreshes happen (which
are throttled and happen at most every 15 minutes).

Issue #69892
2022-04-13 19:04:59 -07:00
..
fixtures Prettify json (component test fixtures) (#68892) 2022-03-30 11:37:17 +02:00
__init__.py
conftest.py Remove unnecessary async from test fixtures (#69722) 2022-04-09 08:33:24 +02:00
test_calendar.py Fix bug in google calendar offset calculation (#70024) 2022-04-13 19:04:59 -07:00
test_config_flow.py Fix bugs calendar oauth token date handling (#69641) 2022-04-07 21:53:30 -07:00
test_init.py Handle expired credentials in reauth in google calendar initialization (#69772) 2022-04-09 23:01:48 -07:00