Add parallel updates to Airgradient (#136323)

This commit is contained in:
Joost Lekkerkerker
2025-01-23 12:35:53 +01:00
committed by GitHub
parent 75738f2105
commit e57dafee6c
7 changed files with 12 additions and 1 deletions

View File

@@ -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):