mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Jewish calendar: set parallel updates to 0 (#144986)
* Set all Jewish calendar parallel updates to 0 * Update homeassistant/components/jewish_calendar/service.py --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -20,6 +20,8 @@ from homeassistant.util import dt as dt_util
|
||||
|
||||
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class JewishCalendarBinarySensorMixIns(BinarySensorEntityDescription):
|
||||
|
@@ -24,6 +24,7 @@ from homeassistant.util import dt as dt_util
|
||||
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
INFO_SENSORS: tuple[SensorEntityDescription, ...] = (
|
||||
SensorEntityDescription(
|
||||
|
Reference in New Issue
Block a user