MELCloud Home add parallel updates (#173587)

This commit is contained in:
Erwin Douna
2026-06-12 14:11:27 +02:00
committed by GitHub
parent 11d4b39a9e
commit 540e9a3d3b
2 changed files with 3 additions and 1 deletions
@@ -24,6 +24,8 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
from .coordinator import MelCloudHomeConfigEntry, MelCloudHomeCoordinator
from .entity import MelCloudHomeATAUnitEntity, MelCloudHomeATWZoneEntity
PARALLEL_UPDATES = 1
ATA_HVAC_MODE_TO_OPERATION: dict[HVACMode, ATAOperationMode] = {
HVACMode.HEAT: ATAOperationMode.HEAT,
HVACMode.COOL: ATAOperationMode.COOL,
@@ -35,7 +35,7 @@ rules:
entity-unavailable: todo
integration-owner: done
log-when-unavailable: todo
parallel-updates: todo
parallel-updates: done
reauthentication-flow: todo
test-coverage: todo