mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Set PARALLEL_UPDATES in Bring sensor platform (#132538)
* Set IQS `parallel-updates` to todo in Bring integration * Set parallel_updates in sensor
This commit is contained in:
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…
x
Reference in New Issue
Block a user