Set parallel updates in Trafiverket Weatherstation (#134309)

This commit is contained in:
G Johansson 2024-12-30 23:16:16 +01:00 committed by GitHub
parent 94c1b9a434
commit 256fc54aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,8 @@ PRECIPITATION_TYPE = [
"yes",
]
PARALLEL_UPDATES = 0
@dataclass(frozen=True, kw_only=True)
class TrafikverketSensorEntityDescription(SensorEntityDescription):