core/tests/components/google
Allen Porter d399815bea
Allow multiple google calendar config entries (#73715)
* Support multiple config entries at once

* Add test coverage for multiple config entries

* Add support for multiple config entries to google config flow

* Clear hass.data when unloading config entry

* Make google config flow defensive against reuse of the same account

* Assign existing google config entries a unique id

* Migrate entities to new unique id format

* Support muliple accounts per oauth client id

* Fix mypy typing errors

* Hard fail to keep state consistent, removing graceful degredation

* Remove invalid entity regsitry entries
2022-06-21 06:42:41 -07:00
..
fixtures Prettify json (component test fixtures) (#68892) 2022-03-30 11:37:17 +02:00
__init__.py
conftest.py Allow multiple google calendar config entries (#73715) 2022-06-21 06:42:41 -07:00
test_calendar.py Allow multiple google calendar config entries (#73715) 2022-06-21 06:42:41 -07:00
test_config_flow.py Allow multiple google calendar config entries (#73715) 2022-06-21 06:42:41 -07:00
test_init.py Allow multiple google calendar config entries (#73715) 2022-06-21 06:42:41 -07:00