Drop PARALLEL_UPDATES from switchbot (#78713)
This commit is contained in:
parent
d33cc2c83e
commit
a1735b742c
8 changed files with 8 additions and 8 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue