mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Add parallel updates to Airgradient (#136323)
This commit is contained in:
committed by
GitHub
parent
75738f2105
commit
e57dafee6c
@@ -22,6 +22,8 @@ from .const import DOMAIN
|
||||
from .coordinator import AirGradientCoordinator
|
||||
from .entity import AirGradientEntity
|
||||
|
||||
PARALLEL_UPDATES = 1
|
||||
|
||||
|
||||
@dataclass(frozen=True, kw_only=True)
|
||||
class AirGradientSwitchEntityDescription(SwitchEntityDescription):
|
||||
|
||||
Reference in New Issue
Block a user