Limit parallel updates for screenlogic number ents (#60886)

This commit is contained in:
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

View file

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