mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Set parallel updates for acaia (#131306)
This commit is contained in:
parent
d65d5ceac7
commit
07e8d2d11d
@ -13,6 +13,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from .coordinator import AcaiaConfigEntry
|
from .coordinator import AcaiaConfigEntry
|
||||||
from .entity import AcaiaEntity
|
from .entity import AcaiaEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
@dataclass(kw_only=True, frozen=True)
|
@dataclass(kw_only=True, frozen=True)
|
||||||
class AcaiaButtonEntityDescription(ButtonEntityDescription):
|
class AcaiaButtonEntityDescription(ButtonEntityDescription):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user