mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Set parallel updates for acaia (#131306)
This commit is contained in:
@@ -13,6 +13,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from .coordinator import AcaiaConfigEntry
|
||||
from .entity import AcaiaEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(kw_only=True, frozen=True)
|
||||
class AcaiaButtonEntityDescription(ButtonEntityDescription):
|
||||
|
Reference in New Issue
Block a user