mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Limit parallel updates for screenlogic number ents (#60886)
This commit is contained in:
parent
9d1985ab03
commit
e1b4e40ac6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user