mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
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:
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,
|
||||
|
||||
Reference in New Issue
Block a user