Set PARALLEL_UPDATES in Bring sensor platform (#132538)
* Set IQS `parallel-updates` to todo in Bring integration * Set parallel_updates in sensorpull/132540/head
parent
61fbfc3d40
commit
35fa6e5121
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue