Set parallel updates in Trafikverket Ferry (#134301)

This commit is contained in:
G Johansson 2024-12-30 22:50:47 +01:00 committed by GitHub
parent 9cdbcd93cd
commit 275c15e2ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,8 @@ ATTR_OTHER_INFO = "other_info"
SCAN_INTERVAL = timedelta(minutes=5)
PARALLEL_UPDATES = 0
@dataclass(frozen=True, kw_only=True)
class TrafikverketSensorEntityDescription(SensorEntityDescription):