mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Limit parallel updates for screenlogic number ents (#60886)
This commit is contained in:
@@ -10,6 +10,8 @@ from .const import DOMAIN
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 1
|
||||||
|
|
||||||
SUPPORTED_SCG_NUMBERS = (
|
SUPPORTED_SCG_NUMBERS = (
|
||||||
"scg_level1",
|
"scg_level1",
|
||||||
"scg_level2",
|
"scg_level2",
|
||||||
|
Reference in New Issue
Block a user