mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
full-fill iqs-rule parallel-updates
This commit is contained in:
@@ -17,6 +17,9 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
||||
from .coordinator import TankerkoenigConfigEntry, TankerkoenigDataUpdateCoordinator
|
||||
from .entity import TankerkoenigCoordinatorEntity
|
||||
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
@@ -24,6 +24,9 @@ from .const import (
|
||||
from .coordinator import TankerkoenigConfigEntry, TankerkoenigDataUpdateCoordinator
|
||||
from .entity import TankerkoenigCoordinatorEntity
|
||||
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user