mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Set parallel updates in IronOS integration (#131721)
This commit is contained in:
parent
a0ea9a1e83
commit
2fcd9be3f2
@ -23,6 +23,8 @@ from . import IronOSConfigEntry
|
|||||||
from .const import DOMAIN, MAX_TEMP, MIN_TEMP
|
from .const import DOMAIN, MAX_TEMP, MIN_TEMP
|
||||||
from .entity import IronOSBaseEntity
|
from .entity import IronOSBaseEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, kw_only=True)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
class IronOSNumberEntityDescription(NumberEntityDescription):
|
class IronOSNumberEntityDescription(NumberEntityDescription):
|
||||||
|
@ -15,6 +15,8 @@ from . import IRON_OS_KEY, IronOSConfigEntry, IronOSLiveDataCoordinator
|
|||||||
from .coordinator import IronOSFirmwareUpdateCoordinator
|
from .coordinator import IronOSFirmwareUpdateCoordinator
|
||||||
from .entity import IronOSBaseEntity
|
from .entity import IronOSBaseEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
UPDATE_DESCRIPTION = UpdateEntityDescription(
|
UPDATE_DESCRIPTION = UpdateEntityDescription(
|
||||||
key="firmware",
|
key="firmware",
|
||||||
device_class=UpdateDeviceClass.FIRMWARE,
|
device_class=UpdateDeviceClass.FIRMWARE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user