mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
23 lines
384 B
JSON
23 lines
384 B
JSON
{
|
|
"uid": "abc-123",
|
|
"region": "NA",
|
|
"scopes": [
|
|
"openid",
|
|
"offline_access",
|
|
"user_data",
|
|
"vehicle_device_data",
|
|
"vehicle_cmds",
|
|
"vehicle_charging_cmds",
|
|
"energy_device_data",
|
|
"energy_cmds"
|
|
],
|
|
"vehicles": {
|
|
"LRW3F7EK4NC700000": {
|
|
"access": true,
|
|
"polling": true,
|
|
"proxy": true,
|
|
"firmware": "2024.44.25"
|
|
}
|
|
}
|
|
}
|