mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 10:05:34 -05:00
Set parallel updates to 0 for Sensor.Community (#168063)
This commit is contained in:
@@ -27,6 +27,8 @@ from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||
from .const import ATTR_SENSOR_ID, CONF_SENSOR_ID, DOMAIN
|
||||
from .coordinator import LuftdatenConfigEntry, LuftdatenDataUpdateCoordinator
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
SENSORS: tuple[SensorEntityDescription, ...] = (
|
||||
SensorEntityDescription(
|
||||
key="temperature",
|
||||
|
||||
Reference in New Issue
Block a user