mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 18:15:04 -05:00
Add missing PARALLEL_UPDATES to Tesla Fleet (#160510)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user