mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Set parallel updates in Trafikverket Ferry (#134301)
This commit is contained in:
parent
9cdbcd93cd
commit
275c15e2ae
@ -31,6 +31,8 @@ ATTR_OTHER_INFO = "other_info"
|
|||||||
|
|
||||||
SCAN_INTERVAL = timedelta(minutes=5)
|
SCAN_INTERVAL = timedelta(minutes=5)
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, kw_only=True)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
class TrafikverketSensorEntityDescription(SensorEntityDescription):
|
class TrafikverketSensorEntityDescription(SensorEntityDescription):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user