Skip to content

Commit 385e6f5

Browse files
authored
Set PARALLEL_UPDATES in GIOS (home-assistant#155604)
Co-authored-by: mik-laj <[email protected]>
1 parent c8c37ad commit 385e6f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

homeassistant/components/gios/sensor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343

4444
_LOGGER = logging.getLogger(__name__)
4545

46+
# Coordinator is used to centralize the data updates
47+
PARALLEL_UPDATES = 0
48+
4649

4750
@dataclass(frozen=True, kw_only=True)
4851
class GiosSensorEntityDescription(SensorEntityDescription):

0 commit comments

Comments
 (0)