1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Add PARALLEL_UPDATES to Touchline SL climate platform (#166415)

Co-authored-by: Jørgen Vinne Iversen <jorgenvi@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jorgenvi
2026-03-25 08:05:36 +01:00
committed by GitHub
parent 91e9eb0ab3
commit f299b009fa

View File

@@ -15,6 +15,8 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
from .coordinator import TouchlineSLConfigEntry, TouchlineSLModuleCoordinator
from .entity import TouchlineSLZoneEntity
PARALLEL_UPDATES = 1
async def async_setup_entry(
hass: HomeAssistant,