core/homeassistant/components/google
Allen Porter 8adcd10f55
Make google calendar loading API centric, not loading from yaml (#67722)
* Make google calendar loading API centric, not loading from yaml

Update the behavior for google calendar to focus on loading calendars based on the
API and using the yaml configuration to override behavior. The old behavior was
to first load from yaml, then also load from the API, which is atypical.

This is pulled out from a larger change to rewrite calendar using async and config
flows.

Tests needed to be updated to reflect the new API centric behavior, and changing
the API call ordering required changing tests that exercise failures.

* Update to use async_fire_time_changed to invoke updates
2022-03-08 21:56:49 +01:00
..
__init__.py Make google calendar loading API centric, not loading from yaml (#67722) 2022-03-08 21:56:49 +01:00
api.py
calendar.py
manifest.json Bump httplib2 to 0.20.4 (#67552) 2022-03-03 15:22:11 -08:00
services.yaml