Add missing PARALLEL_UPDATES to Tesla Fleet (#160510)

This commit is contained in:
Brett Adams
2026-01-08 12:40:38 +01:00
committed by GitHub
parent 5fac7d4ffb
commit 741aa714dd
@@ -12,6 +12,8 @@ from homeassistant.helpers.restore_state import RestoreEntity
from .entity import TeslaFleetVehicleEntity
from .models import TeslaFleetVehicleData
PARALLEL_UPDATES = 0
async def async_setup_entry(
hass: HomeAssistant,