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