mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Set PARALLEL_UPDATES in IMGW-PIB sensor platform (#141386)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user