Skip to content

Commit

Permalink
Set parallel updates in IronOS integration (home-assistant#131721)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Nov 28, 2024
1 parent a0ea9a1 commit 2fcd9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/iron_os/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from .const import DOMAIN, MAX_TEMP, MIN_TEMP
from .entity import IronOSBaseEntity

PARALLEL_UPDATES = 0


@dataclass(frozen=True, kw_only=True)
class IronOSNumberEntityDescription(NumberEntityDescription):
Expand Down
2 changes: 2 additions & 0 deletions homeassistant/components/iron_os/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
from .coordinator import IronOSFirmwareUpdateCoordinator
from .entity import IronOSBaseEntity

PARALLEL_UPDATES = 0

UPDATE_DESCRIPTION = UpdateEntityDescription(
key="firmware",
device_class=UpdateDeviceClass.FIRMWARE,
Expand Down

0 comments on commit 2fcd9be

Please sign in to comment.