mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Set PARALLEL_UPDATES in Tankerkoenig platforms (#149518)
This commit is contained in:
parent
ff4dc393cf
commit
c99d81a554
@ -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__)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user