mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Define PARALLEL_UPDATES for APCUPSD (#114134)
This commit is contained in:
parent
ed90df309c
commit
071c3abb69
@ -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…
x
Reference in New Issue
Block a user