Set parallel updates in Trafiverket Weatherstation (#134309)

pull/134324/head
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
1 changed files with 2 additions and 0 deletions

View File

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