Drop PARALLEL_UPDATES from switchbot (#78713)

This commit is contained in:
J. Nick Koston 2022-09-18 16:36:50 -05:00 committed by GitHub
parent d33cc2c83e
commit a1735b742c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ from .entity import SwitchbotEntity
# Initialize the logger
_LOGGER = logging.getLogger(__name__)
PARALLEL_UPDATES = 1
PARALLEL_UPDATES = 0
async def async_setup_entry(