Resolve delays with tuya devices (#34512)

This commit is contained in:
J. Nick Koston 2020-04-21 22:29:42 -05:00 committed by GitHub
parent e9ff1940d6
commit a5b98b40ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,8 @@ from . import DATA_TUYA, TuyaDevice
ENTITY_ID_FORMAT = DOMAIN + ".{}"
PARALLEL_UPDATES = 0
def setup_platform(hass, config, add_entities, discovery_info=None):
"""Set up Tuya scenes."""