diff --git a/custom_components/toyota/__init__.py b/custom_components/toyota/__init__.py index b454522..4cf3662 100644 --- a/custom_components/toyota/__init__.py +++ b/custom_components/toyota/__init__.py @@ -85,6 +85,9 @@ async def async_update_data(): cars = await with_timeout(client.get_vehicles()) for car in cars: + if not car["vin"]: + continue + vehicle = await client.get_vehicle_status(car) if vehicle.is_connected: