Declare PARALLEL_UPDATES on the iCloud calendar platform (#180839)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Federico Zivolo
2026-08-30 18:53:40 +02:00
committed by GitHub
co-authored by Claude Opus 5
parent 2434756bb8
commit 36a70d76e5
@@ -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,