diff --git a/homeassistant/components/nice_go/cover.py b/homeassistant/components/nice_go/cover.py index 71bf7b4f16fbbd..9c466339d7509e 100644 --- a/homeassistant/components/nice_go/cover.py +++ b/homeassistant/components/nice_go/cover.py @@ -19,7 +19,7 @@ "Mms100": CoverDeviceClass.GATE, "WallStation_ESP32": CoverDeviceClass.GARAGE, } -PARALLEL_UPDATES = 1 +PARALLEL_UPDATES = 0 async def async_setup_entry( diff --git a/homeassistant/components/nice_go/event.py b/homeassistant/components/nice_go/event.py index d1eabe79b0cc94..ef472eb31dabc4 100644 --- a/homeassistant/components/nice_go/event.py +++ b/homeassistant/components/nice_go/event.py @@ -11,6 +11,7 @@ from .entity import NiceGOEntity _LOGGER = logging.getLogger(__name__) +PARALLEL_UPDATES = 0 async def async_setup_entry( diff --git a/homeassistant/components/nice_go/light.py b/homeassistant/components/nice_go/light.py index 3914c44b1bc0c3..d418b785741fd2 100644 --- a/homeassistant/components/nice_go/light.py +++ b/homeassistant/components/nice_go/light.py @@ -18,6 +18,7 @@ from .util import retry _LOGGER = logging.getLogger(__name__) +PARALLEL_UPDATES = 0 async def async_setup_entry( diff --git a/homeassistant/components/nice_go/switch.py b/homeassistant/components/nice_go/switch.py index 384543ad3bcf10..4e36e9a9562851 100644 --- a/homeassistant/components/nice_go/switch.py +++ b/homeassistant/components/nice_go/switch.py @@ -18,6 +18,7 @@ from .util import retry _LOGGER = logging.getLogger(__name__) +PARALLEL_UPDATES = 0 async def async_setup_entry(