Add PARALLEL_UPDATES constants to Nice G.O. (#180342)

This commit is contained in:
IceBotYT
2026-08-26 22:30:55 +02:00
committed by GitHub
parent 077f5d883b
commit 3ac7c286eb
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ DEVICE_CLASSES = {
"Mms100": CoverDeviceClass.GATE,
"WallStation_ESP32": CoverDeviceClass.GARAGE,
}
PARALLEL_UPDATES = 1
PARALLEL_UPDATES = 0
async def async_setup_entry(
@@ -11,6 +11,7 @@ from .coordinator import NiceGOConfigEntry
from .entity import NiceGOEntity
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 0
async def async_setup_entry(
@@ -18,6 +18,7 @@ from .entity import NiceGOEntity
from .util import retry
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 0
async def async_setup_entry(
@@ -18,6 +18,7 @@ from .entity import NiceGOEntity
from .util import retry
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 0
async def async_setup_entry(