Set parallel updates to 0 for Sensor.Community (#168063)

This commit is contained in:
Franck Nijhof
2026-04-13 06:11:16 +02:00
committed by GitHub
parent 5c51820869
commit e5c49b6455
@@ -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",