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