Set PARALLEL_UPDATES in Bring sensor platform (#132538)

* Set IQS `parallel-updates` to todo in Bring integration

* Set parallel_updates in sensor
pull/132540/head
Jan-Philipp Benecke 2024-12-07 09:57:18 +01:00 committed by GitHub
parent 61fbfc3d40
commit 35fa6e5121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ from .coordinator import BringData, BringDataUpdateCoordinator
from .entity import BringBaseEntity
from .util import list_language, sum_attributes
PARALLEL_UPDATES = 0
@dataclass(kw_only=True, frozen=True)
class BringSensorEntityDescription(SensorEntityDescription):