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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ ENDPOINTS = [
VehicleDataEndpoint.DRIVE_STATE,
VehicleDataEndpoint.LOCATION_DATA,
VehicleDataEndpoint.VEHICLE_STATE,
VehicleDataEndpoint.VEHICLE_CONFIG,
]