Limit parallel updates for screenlogic number ents (#60886)

pull/60894/head
Kevin Worrel 2021-12-02 22:43:15 -08:00 committed by GitHub
parent 9d1985ab03
commit e1b4e40ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ from .const import DOMAIN
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 1
SUPPORTED_SCG_NUMBERS = (
"scg_level1",
"scg_level2",