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

View File

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