diff --git a/homeassistant/components/gios/sensor.py b/homeassistant/components/gios/sensor.py index b8583adfcf11..a0511e84536d 100644 --- a/homeassistant/components/gios/sensor.py +++ b/homeassistant/components/gios/sensor.py @@ -43,6 +43,9 @@ from .coordinator import GiosConfigEntry, GiosDataUpdateCoordinator _LOGGER = logging.getLogger(__name__) +# Coordinator is used to centralize the data updates +PARALLEL_UPDATES = 0 + @dataclass(frozen=True, kw_only=True) class GiosSensorEntityDescription(SensorEntityDescription):