mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00: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:
parent
e2f2c13e5e
commit
7464e3944e
@ -20,6 +20,8 @@ from homeassistant.util import dt as dt_util
|
|||||||
|
|
||||||
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class JewishCalendarBinarySensorMixIns(BinarySensorEntityDescription):
|
class JewishCalendarBinarySensorMixIns(BinarySensorEntityDescription):
|
||||||
|
@ -24,6 +24,7 @@ from homeassistant.util import dt as dt_util
|
|||||||
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
from .entity import JewishCalendarConfigEntry, JewishCalendarEntity
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
INFO_SENSORS: tuple[SensorEntityDescription, ...] = (
|
INFO_SENSORS: tuple[SensorEntityDescription, ...] = (
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user