mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Set parallel updates in Elgato (#132998)
This commit is contained in:
parent
053f03ac58
commit
85d4c48d6f
@ -22,6 +22,8 @@ from . import ElgatorConfigEntry
|
||||
from .coordinator import ElgatoDataUpdateCoordinator
|
||||
from .entity import ElgatoEntity
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class ElgatoButtonEntityDescription(ButtonEntityDescription):
|
||||
|
@ -30,10 +30,7 @@ rules:
|
||||
entity-unavailable: done
|
||||
integration-owner: done
|
||||
log-when-unavailable: done
|
||||
parallel-updates:
|
||||
status: todo
|
||||
comment: |
|
||||
Does not set parallel-updates on button/switch action calls.
|
||||
parallel-updates: done
|
||||
reauthentication-flow:
|
||||
status: exempt
|
||||
comment: |
|
||||
|
@ -18,6 +18,8 @@ from . import ElgatorConfigEntry
|
||||
from .coordinator import ElgatoData, ElgatoDataUpdateCoordinator
|
||||
from .entity import ElgatoEntity
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class ElgatoSwitchEntityDescription(SwitchEntityDescription):
|
||||
|
Loading…
x
Reference in New Issue
Block a user