Set PARALLEL_UPDATES in IMGW-PIB sensor platform (#141386)

This commit is contained in:
Maciej Bieniek
2025-03-25 17:09:33 +01:00
committed by GitHub
parent 2cbe8a4a14
commit 0920d7d82d

View File

@@ -24,7 +24,8 @@ from .const import DOMAIN
from .coordinator import ImgwPibConfigEntry, ImgwPibDataUpdateCoordinator from .coordinator import ImgwPibConfigEntry, ImgwPibDataUpdateCoordinator
from .entity import ImgwPibEntity from .entity import ImgwPibEntity
PARALLEL_UPDATES = 1 # Coordinator is used to centralize the data updates
PARALLEL_UPDATES = 0
@dataclass(frozen=True, kw_only=True) @dataclass(frozen=True, kw_only=True)