mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +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 .entity import ImgwPibEntity
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user