Add parallel updates to airthings_ble (#153315)

This commit is contained in:
Ståle Storø Hauknes
2025-10-01 20:14:23 +02:00
committed by GitHub
parent c2acda5796
commit 4131c14629
@@ -114,6 +114,8 @@ SENSORS_MAPPING_TEMPLATE: dict[str, SensorEntityDescription] = {
),
}
PARALLEL_UPDATES = 0
@callback
def async_migrate(hass: HomeAssistant, address: str, sensor_name: str) -> None: