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

@ -21,7 +21,7 @@ from .const import DOMAIN
from .coordinator import SwitchbotDataUpdateCoordinator
from .entity import SwitchbotEntity
PARALLEL_UPDATES = 1
PARALLEL_UPDATES = 0
SENSOR_TYPES: dict[str, SensorEntityDescription] = {
"rssi": SensorEntityDescription(