1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-11 08:39:02 +01:00

Add vehicle config to coordinator to fix bug in Teslemetry (#113850)

This commit is contained in:
Brett Adams
2024-03-24 18:29:10 +10:00
committed by GitHub
parent 925efe0a92
commit ba5a4a17c4
@@ -20,6 +20,7 @@ ENDPOINTS = [
VehicleDataEndpoint.DRIVE_STATE,
VehicleDataEndpoint.LOCATION_DATA,
VehicleDataEndpoint.VEHICLE_STATE,
VehicleDataEndpoint.VEHICLE_CONFIG,
]