mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Set PARALLEL_UPDATES to 0 for the Airly sensor platform (#181288)
This commit is contained in:
@@ -43,9 +43,7 @@ rules:
|
||||
entity-unavailable: done
|
||||
integration-owner: done
|
||||
log-when-unavailable: done
|
||||
parallel-updates:
|
||||
status: todo
|
||||
comment: PARALLEL_UPDATES should be changed to 0 as documentation suggests.
|
||||
parallel-updates: done
|
||||
reauthentication-flow: todo
|
||||
test-coverage: done
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ from .const import (
|
||||
)
|
||||
from .coordinator import AirlyConfigEntry, AirlyDataUpdateCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
||||
Reference in New Issue
Block a user