mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Set PARALLEL_UPDATES in IMGW-PIB sensor platform (#141386)
This commit is contained in:
parent
2cbe8a4a14
commit
0920d7d82d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user