From ba5a4a17c4cffc60cf089a8ea1c2c37516ceaf89 Mon Sep 17 00:00:00 2001
From: Brett Adams <Bre77@users.noreply.github.com>
Date: Sun, 24 Mar 2024 18:29:10 +1000
Subject: [PATCH] Add vehicle config to coordinator to fix bug in Teslemetry
 (#113850)

---
 homeassistant/components/teslemetry/coordinator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/teslemetry/coordinator.py b/homeassistant/components/teslemetry/coordinator.py
index d8ded1016fa..27ff45f75a3 100644
--- a/homeassistant/components/teslemetry/coordinator.py
+++ b/homeassistant/components/teslemetry/coordinator.py
@@ -20,6 +20,7 @@ ENDPOINTS = [
     VehicleDataEndpoint.DRIVE_STATE,
     VehicleDataEndpoint.LOCATION_DATA,
     VehicleDataEndpoint.VEHICLE_STATE,
+    VehicleDataEndpoint.VEHICLE_CONFIG,
 ]
 
 
-- 
GitLab