From f299b009fa9ec64feaaf999ac2e2a01cfbec1eee Mon Sep 17 00:00:00 2001 From: jorgenvi <59606957+jorgenvi@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:05:36 +0100 Subject: [PATCH] Add PARALLEL_UPDATES to Touchline SL climate platform (#166415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Vinne Iversen Co-authored-by: Claude Sonnet 4.6 --- homeassistant/components/touchline_sl/climate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/touchline_sl/climate.py b/homeassistant/components/touchline_sl/climate.py index 7c5ea4ea9ca..9b12230618a 100644 --- a/homeassistant/components/touchline_sl/climate.py +++ b/homeassistant/components/touchline_sl/climate.py @@ -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,