I’m facing a slowdown since a few weeks regarding google calendar.
When I have google:
configured in my configuration.yaml, my HA takes ages to start up (>5min).
If I remove that from my config, HA is superfast (< 30sec to start).
Analyzing logs (with some debug on caledar) I have following entries:
2022-01-05 22:20:12 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: google, met, ble_monitor
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:12 INFO (MainThread) [homeassistant.components.calendar] Setting up calendar.google
2022-01-05 22:20:14 WARNING (MainThread) [homeassistant.components.ssdp] Failed to setup listener for fe80::6a96:2e14:4ed4:c46a: [Errno -2] Name does not resolve
2022-01-05 22:20:14 WARNING (MainThread) [homeassistant.components.ssdp] Failed to setup listener for fda8:1129:473c:0:8308:acf:9415:9c6: [Errno -2] Name does not resolve
2022-01-05 22:20:14 WARNING (MainThread) [homeassistant.components.ssdp] Failed to setup listener for fda8:1129:473c:10:eb75:14be:2e94:4fb: [Errno -2] Name does not resolve
2022-01-05 22:20:14 WARNING (MainThread) [homeassistant.components.ssdp] Failed to setup listener for fe80::60e2:2d3d:142c:a92e: [Errno -2] Name does not resolve
2022-01-05 22:20:22 WARNING (MainThread) [homeassistant.components.calendar] Setup of calendar platform google is taking over 10 seconds.
2022-01-05 22:35:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 22:36:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 22:36:12 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
2022-01-05 22:51:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 22:51:58 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 22:52:11 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
2022-01-05 23:07:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 23:08:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 23:08:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
2022-01-05 23:23:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 23:24:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 23:24:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
2022-01-05 23:39:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 23:40:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 23:40:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
2022-01-05 23:55:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.tobi06_gmail_com is taking over 10 seconds
2022-01-05 23:56:00 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.day_off is taking over 10 seconds
2022-01-05 23:56:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of calendar.amaelle is taking over 10 seconds
I’ve already attempted to delete the .google_token
and google_calendars.yaml
, but issue persists.
Anyone facing the same ?