mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +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 .coordinator import TankerkoenigConfigEntry, TankerkoenigDataUpdateCoordinator
|
||||||
from .entity import TankerkoenigCoordinatorEntity
|
from .entity import TankerkoenigCoordinatorEntity
|
||||||
|
|
||||||
|
# Coordinator is used to centralize the data updates
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -24,6 +24,9 @@ from .const import (
|
|||||||
from .coordinator import TankerkoenigConfigEntry, TankerkoenigDataUpdateCoordinator
|
from .coordinator import TankerkoenigConfigEntry, TankerkoenigDataUpdateCoordinator
|
||||||
from .entity import TankerkoenigCoordinatorEntity
|
from .entity import TankerkoenigCoordinatorEntity
|
||||||
|
|
||||||
|
# Coordinator is used to centralize the data updates
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user