diff --git a/homeassistant/components/icloud/calendar.py b/homeassistant/components/icloud/calendar.py index 7b7564180166..af0e8fec8a75 100644 --- a/homeassistant/components/icloud/calendar.py +++ b/homeassistant/components/icloud/calendar.py @@ -17,6 +17,10 @@ from .account import IcloudConfigEntry from .const import DOMAIN from .coordinator import IcloudCalendarCoordinator, IcloudCalendarData, localize +# The coordinator owns the polling and the entities are read-only, so there is +# nothing here for Home Assistant to serialize. +PARALLEL_UPDATES = 0 + async def async_setup_entry( hass: HomeAssistant,