Define PARALLEL_UPDATES for APCUPSD (#114134)
This commit is contained in:
parent
ed90df309c
commit
071c3abb69
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
|||
from .const import DOMAIN
|
||||
from .coordinator import APCUPSdCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
_DESCRIPTION = BinarySensorEntityDescription(
|
||||
key="statflag",
|
||||
|
|
|
@ -28,6 +28,8 @@ from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
|||
from .const import DOMAIN
|
||||
from .coordinator import APCUPSdCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SENSORS: dict[str, SensorEntityDescription] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue