Limit parallel updates for screenlogic number ents (#60886)
This commit is contained in:
parent
9d1985ab03
commit
e1b4e40ac6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue