core/homeassistant/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
..
translations Handle expired credentials in reauth in google calendar initialization (#69772) 2022-04-09 23:01:48 -07:00
__init__.py Fix google calendar timestamp out of range (#69863) 2022-04-11 20:02:22 +02:00
api.py Fix bugs calendar oauth token date handling (#69641) 2022-04-07 21:53:30 -07:00
calendar.py Fix bug in google calendar offset calculation (#70024) 2022-04-13 19:04:59 -07:00
config_flow.py Handle expired credentials in reauth in google calendar initialization (#69772) 2022-04-09 23:01:48 -07:00
const.py Update google calendar integration with a config flow (#68010) 2022-03-15 07:51:02 +01:00
manifest.json Move Local OAuth http endpoint registration to auth component (#69507) 2022-04-06 22:34:31 -07:00
services.yaml
strings.json Handle expired credentials in reauth in google calendar initialization (#69772) 2022-04-09 23:01:48 -07:00