mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Set PARALLEL_UPDATES for all BMW platforms (#132088)
This commit is contained in:
parent
3e64d148cc
commit
f59cf8fa54
@ -26,6 +26,8 @@ from .const import UNIT_MAP
|
|||||||
from .coordinator import BMWDataUpdateCoordinator
|
from .coordinator import BMWDataUpdateCoordinator
|
||||||
from .entity import BMWBaseEntity
|
from .entity import BMWBaseEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ from .const import ATTR_DIRECTION
|
|||||||
from .coordinator import BMWDataUpdateCoordinator
|
from .coordinator import BMWDataUpdateCoordinator
|
||||||
from .entity import BMWBaseEntity
|
from .entity import BMWBaseEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,6 +16,8 @@ from homeassistant.helpers.device_registry import DeviceEntry
|
|||||||
from . import BMWConfigEntry
|
from . import BMWConfigEntry
|
||||||
from .const import CONF_REFRESH_TOKEN
|
from .const import CONF_REFRESH_TOKEN
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 1
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from bimmer_connected.vehicle import MyBMWVehicle
|
from bimmer_connected.vehicle import MyBMWVehicle
|
||||||
|
|
||||||
|
@ -34,6 +34,8 @@ from . import BMWConfigEntry
|
|||||||
from .coordinator import BMWDataUpdateCoordinator
|
from .coordinator import BMWDataUpdateCoordinator
|
||||||
from .entity import BMWBaseEntity
|
from .entity import BMWBaseEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user