mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Add PARALLEL_UPDATES constants to Nice G.O. (#180342)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user